Message ID | 20190703180604.9840-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: Add vendor prefix for sensortek | expand |
On Wed, 3 Jul 2019 20:05:57 +0200 Luca Weiss <luca@z3ntu.xyz> wrote: > Sensortek Technology Corp. produces Proximity Sensors with ALS and > Accelerometers. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > This patch series depends on "iio: light: stk3310: Add support for > stk3335", that's curerntly in linux-next. > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 342bb23e0a73..d197c9609ea7 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -813,6 +813,8 @@ patternProperties: > description: Semtech Corporation > "^sensirion,.*": > description: Sensirion AG > + "^sensortek,.*": > + description: Sensortek Technology Corporation > "^sff,.*": > description: Small Form Factor Committee > "^sgd,.*":
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 342bb23e0a73..d197c9609ea7 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -813,6 +813,8 @@ patternProperties: description: Semtech Corporation "^sensirion,.*": description: Sensirion AG + "^sensortek,.*": + description: Sensortek Technology Corporation "^sff,.*": description: Small Form Factor Committee "^sgd,.*":
Sensortek Technology Corp. produces Proximity Sensors with ALS and Accelerometers. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- This patch series depends on "iio: light: stk3310: Add support for stk3335", that's curerntly in linux-next. Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)