[PATCH v2] dt-bindings: vendor-prefixes: Add Xuantie Semiconductor
"GUO Ren (XuanTie)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <[email protected]> |
Add the xuantie vendor prefix for Shanghai Xuantie Semiconductor Technology Co., Ltd., which provides the XuanTie processor IP. Signed-off-by: GUO Ren (XuanTie) <[email protected]> --- Add xuantie as the vendor prefix for Shanghai Xuantie Semiconductor Technology Co., Ltd. The vendor information is available from the Xuantie declaration page [1]. [1] https://www.xrvm.com/declaration Changelog V2: - Remove "Add Xuantie C906/C908/C910/C920 compatibles" --- 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 396044f368e7..89391cb467d5 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1905,6 +1905,8 @@ patternProperties: description: Xilinx "^xnano,.*": description: Xnano + "^xuantie,.*": + description: Shanghai Xuantie Semiconductor Technology Co., Ltd. "^xunlong,.*": description: Shenzhen Xunlong Software CO.,Limited "^xylon,.*": --- base-commit: 8d3ae59288f1e7d58d76558a6ee96d533bc5019f change-id: 20260817-xt_vendor_v2-cc721afc0de2 Best regards, -- GUO Ren (XuanTie) <[email protected]>