[PATCH 1/3] dt-bindings: vendor-prefixes: Add Tianxinwei name

Richard Yao posted 3 patches 2 months, 3 weeks ago
[PATCH 1/3] dt-bindings: vendor-prefixes: Add Tianxinwei name
Posted by Richard Yao 2 months, 3 weeks ago
Tianxinwei is a company based in Shenzen, China, making LCD screens.

Add their name to the list of vendors.

Signed-off-by: Richard Yao <richard@scandent.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 5d2a7a8d3ac6..cba78c531d92 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1548,6 +1548,8 @@ patternProperties:
     description: Texas Instruments
   "^tianma,.*":
     description: Tianma Micro-electronics Co., Ltd.
+  "^tianxinwei,.*":
+    description: Shenzhen Tianxianwei technology co., LTD
   "^tlm,.*":
     description: Trusted Logic Mobility
   "^tmt,.*":
-- 
2.50.0
Re: [PATCH 1/3] dt-bindings: vendor-prefixes: Add Tianxinwei name
Posted by Rob Herring (Arm) 2 months, 3 weeks ago
On Mon, 14 Jul 2025 15:17:21 -0400, Richard Yao wrote:
> Tianxinwei is a company based in Shenzen, China, making LCD screens.
> 
> Add their name to the list of vendors.
> 
> Signed-off-by: Richard Yao <richard@scandent.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>