[PATCH v2] dt-bindings: vendor-prefixes: Add prefix for ieisystem

George Liu posted 1 patch 1 year, 7 months ago
There is a newer version of this series
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] dt-bindings: vendor-prefixes: Add prefix for ieisystem
Posted by George Liu 1 year, 7 months ago
Add a vendor prefix entry for ieisystem

Signed-off-by: George Liu <liuxiwei@ieisystem.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 573578db9509..0ffa8d06aea9 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -609,6 +609,8 @@ patternProperties:
     description: IC Plus Corp.
   "^idt,.*":
     description: Integrated Device Technologies, Inc.
+  "^ieit,.*":
+    description: IEIT SYSTEMS Co.,Ltd.
   "^ifi,.*":
     description: Ingenieurburo Fur Ic-Technologie (I/F/I)
   "^ilitek,.*":
-- 
2.34.1

Re: [PATCH v2] dt-bindings: vendor-prefixes: Add prefix for ieisystem
Posted by Krzysztof Kozlowski 1 year, 7 months ago
On 08/07/2024 05:47, George Liu wrote:
> Add a vendor prefix entry for ieisystem
> 
> Signed-off-by: George Liu <liuxiwei@ieisystem.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)

Threading is broken, no changelog, From does not match Signed-off-by.

Please fix all three above and send a fixed v3.

Best regards,
Krzysztof