Message ID | 20230727160525.23312-2-matuszpd@gmail.com |
---|---|
State | New |
Headers | show |
Series | leds: Add Broadchip BCT3024 LED driver | expand |
On 27/07/2023 18:05, Matus Gajdos wrote: > Website: http://www.broadchip.com > > Signed-off-by: Matus Gajdos <matuszpd@gmail.com> > --- > 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 af60bf1a6664..dc1ed3dc0c9f 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -202,6 +202,8 @@ patternProperties: > description: Bosch Sensortec GmbH > "^boundary,.*": > description: Boundary Devices Inc. > + "^broadchip,.*": > + description: Broadchip Technology Group Co., Ltd. > "^brcm,.*": Does not look ordered. 'c' is before 'o'. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index af60bf1a6664..dc1ed3dc0c9f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -202,6 +202,8 @@ patternProperties: description: Bosch Sensortec GmbH "^boundary,.*": description: Boundary Devices Inc. + "^broadchip,.*": + description: Broadchip Technology Group Co., Ltd. "^brcm,.*": description: Broadcom Corporation "^broadmobi,.*":
Website: http://www.broadchip.com Signed-off-by: Matus Gajdos <matuszpd@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)