Message ID | 20221129140955.137361-2-gch981213@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | leds: add driver for SPI driven WorldSemi WS2812B RGB LEDs | expand |
On 29/11/2022 15:09, Chuanhong Guo wrote: > WorldSemi is well-known for their WS2812B individually-addressable Drop marketing. If they were well known, they would be already in vendor prefixes, right? Add vendor prefix for WorldSemi that makes WS2812B individually-addressable RGB LEDs. > RGB LEDs on the market. > > Add a vendor prefix for it. > > Signed-off-by: Chuanhong Guo <gch981213@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 10c178d97b02..32274d894664 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1462,6 +1462,8 @@ patternProperties: > description: Wondermedia Technologies, Inc. > "^wobo,.*": > description: Wobo > + "^worldsemi,.*": > + description: WorldSemi Co., Limited > "^wanchanglong,.*": > description: Wanchanglong Electronics Technology(SHENZHEN)Co.,Ltd. > "^x-powers,.*": Best regards, Krzysztof
Hi! On Wed, Nov 30, 2022 at 12:46 AM Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > On 29/11/2022 15:09, Chuanhong Guo wrote: > > WorldSemi is well-known for their WS2812B individually-addressable > > Drop marketing. If they were well known, they would be already in vendor > prefixes, right? > > Add vendor prefix for WorldSemi that makes WS2812B > individually-addressable RGB LEDs. > OK. I'll do so in v2.
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 10c178d97b02..32274d894664 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1462,6 +1462,8 @@ patternProperties: description: Wondermedia Technologies, Inc. "^wobo,.*": description: Wobo + "^worldsemi,.*": + description: WorldSemi Co., Limited "^wanchanglong,.*": description: Wanchanglong Electronics Technology(SHENZHEN)Co.,Ltd. "^x-powers,.*":
WorldSemi is well-known for their WS2812B individually-addressable RGB LEDs on the market. Add a vendor prefix for it. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)