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

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

Signed-off-by: George Liu <liuxiwei1013@gmail.com>
---
v2 -> v3
 - match Signed-off-by email
---
 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 v3] dt-bindings: vendor-prefixes: Add prefix for ieisystem
Posted by Krzysztof Kozlowski 1 year, 5 months ago
On 09/07/2024 03:22, George Liu wrote:
> Add a vendor prefix entry for ieisystem
> 
> Signed-off-by: George Liu <liuxiwei1013@gmail.com>
> ---
> v2 -> v3
>  - match Signed-off-by email
> ---

You fixed two out of three issues that I pointed out. So let's be
specific: how did you fix broken mail threading?

Best regards,
Krzysztof