Messages in this thread Patch in this message |  | | From | Chuanhong Guo <> | Subject | [PATCH v4 1/3] dt-bindings: vendor-prefixes: add an entry for WorldSemi | Date | Mon, 12 Dec 2022 12:55:56 +0800 |
| |
Add vendor prefix for WorldSemi that makes WS2812B individually-addressable RGB LEDs.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Change since v1: reword commit message Change since v2: none
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,.*": -- 2.38.1
|  |