[PATCH 1/4] dt-bindings: vendor-prefixes: Add prefix for acbel

Lakshmi Yadlapati posted 4 patches 2 years, 11 months ago
[PATCH 1/4] dt-bindings: vendor-prefixes: Add prefix for acbel
Posted by Lakshmi Yadlapati 2 years, 11 months ago
Add a vendor prefix entry for acbel (https://www.acbel.com)

Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.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 ed64e06ecca4..9dbb8f69be65 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -37,6 +37,8 @@ patternProperties:
     description: Abracon Corporation
   "^abt,.*":
     description: ShenZhen Asia Better Technology Ltd.
+  "^acbel,.*":
+    description: Acbel Polytech Inc.
   "^acer,.*":
     description: Acer Inc.
   "^acme,.*":
-- 
2.37.2
Re: [PATCH 1/4] dt-bindings: vendor-prefixes: Add prefix for acbel
Posted by Krzysztof Kozlowski 2 years, 11 months ago
On 15/03/2023 18:40, Lakshmi Yadlapati wrote:
> Add a vendor prefix entry for acbel (https://www.acbel.com)
> 
> Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++

I already reviewed this... please version your patches and provide
changelog.

Best regards,
Krzysztof