[PATCH 1/3] dt-bindings: vendor-prefixes: add UltraRISC

Lucas Zampieri posted 3 patches 2 months, 1 week ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: vendor-prefixes: add UltraRISC
Posted by Lucas Zampieri 2 months, 1 week ago
Add vendor prefix for UltraRISC Technology Co., Ltd.

Signed-off-by: Lucas Zampieri <lzampier@redhat.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 123456789abc..234567890def 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1642,6 +1642,8 @@ patternProperties:
     description: Universal Scientific Industrial Co., Ltd.
   "^usr,.*":
     description: U.S. Robotics Corporation
+  "^ultrarisc,.*":
+    description: UltraRISC Technology Co., Ltd.
   "^ultratronik,.*":
     description: Ultratronik GmbH
   "^utoo,.*":
--
2.51.0
Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add UltraRISC
Posted by Rob Herring (Arm) 2 months, 1 week ago
On Thu, 09 Oct 2025 09:20:11 +0100, Lucas Zampieri wrote:
> Add vendor prefix for UltraRISC Technology Co., Ltd.
> 
> Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
> ---
>  Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

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