Message ID | 20210317040231.21490-1-chris.packham@alliedtelesis.co.nz (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v3,1/3] dt-bindings: Add vendor prefix and trivial device for BluTek BPA-RS600 | expand |
On Wed, Mar 17, 2021 at 05:02:29PM +1300, Chris Packham wrote: > Add vendor prefix "blutek" for BluTek Power. > Add trivial device entry for BPA-RS600. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> For my reference (waiting for bindings approval): Reviewed-by: Guenter Roeck <linux@roeck-us.net> Guenter > --- > > Notes: > Changes in v3: > - None > Changes in v2: > - None > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index a327130d1faa..569236e9bed0 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -50,6 +50,8 @@ properties: > - atmel,atsha204a > # i2c h/w elliptic curve crypto module > - atmel,atecc508a > + # BPA-RS600: Power Supply > + - blutek,bpa-rs600 > # Bosch Sensortec pressure, temperature, humididty and VOC sensor > - bosch,bme680 > # CM32181: Ambient Light Sensor > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index f6064d84a424..d9d7226f5dfe 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -169,6 +169,8 @@ patternProperties: > description: Beckhoff Automation GmbH & Co. KG > "^bitmain,.*": > description: Bitmain Technologies > + "^blutek,.*": > + description: BluTek Power > "^boe,.*": > description: BOE Technology Group Co., Ltd. > "^bosch,.*":
On Wed, 17 Mar 2021 17:02:29 +1300, Chris Packham wrote: > Add vendor prefix "blutek" for BluTek Power. > Add trivial device entry for BPA-RS600. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> > --- > > Notes: > Changes in v3: > - None > Changes in v2: > - None > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Wed, Mar 17, 2021 at 05:02:29PM +1300, Chris Packham wrote: > Add vendor prefix "blutek" for BluTek Power. > Add trivial device entry for BPA-RS600. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> > Reviewed-by: Guenter Roeck <linux@roeck-us.net> > Reviewed-by: Rob Herring <robh@kernel.org> Applied to hwmon-next. Thanks, Guenter
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index a327130d1faa..569236e9bed0 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -50,6 +50,8 @@ properties: - atmel,atsha204a # i2c h/w elliptic curve crypto module - atmel,atecc508a + # BPA-RS600: Power Supply + - blutek,bpa-rs600 # Bosch Sensortec pressure, temperature, humididty and VOC sensor - bosch,bme680 # CM32181: Ambient Light Sensor diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index f6064d84a424..d9d7226f5dfe 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -169,6 +169,8 @@ patternProperties: description: Beckhoff Automation GmbH & Co. KG "^bitmain,.*": description: Bitmain Technologies + "^blutek,.*": + description: BluTek Power "^boe,.*": description: BOE Technology Group Co., Ltd. "^bosch,.*":
Add vendor prefix "blutek" for BluTek Power. Add trivial device entry for BPA-RS600. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> --- Notes: Changes in v3: - None Changes in v2: - None Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 2 files changed, 4 insertions(+)