Messages in this thread Patch in this message |  | | From | Heiko Stuebner <> | Subject | [PATCH v4 1/3] dt-bindings: Add vendor prefix for Leadtek Technology | Date | Tue, 24 Dec 2019 12:26:39 +0100 |
| |
From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Shenzhen Leadtek Technology Co., Ltd. produces for example display and touch panels.
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.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 85e7c26a05c7..4e6248ec5ed9 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -513,6 +513,8 @@ patternProperties: description: Lantiq Semiconductor "^lattice,.*": description: Lattice Semiconductor + "^leadtek,.*": + description: Shenzhen Leadtek Technology Co., Ltd. "^leez,.*": description: Leez "^lego,.*": -- 2.24.0
|  |