mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From 94d53a720aa06fd7fb86ebe87f3dc1fae1ab170e Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Gaignard <benjamin.gaignard@collabora.com>
|
|
Date: Mon, 25 Aug 2025 17:34:40 +0200
|
|
Subject: [PATCH 032/110] FROMLIST(v7): dt-bindings: vendor-prefixes: Add
|
|
Verisilicon
|
|
|
|
Verisilicon Microelectronics is a company based in Shanghai, China,
|
|
developping hardware blocks for SoC.
|
|
|
|
https://verisilicon.com/
|
|
|
|
Add their name to the list of vendors.
|
|
|
|
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
|
|
Acked-by: Conor Dooley <conor.dooley@microchip.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 9ec8947dfcad..52b3495ff4db 100644
|
|
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
@@ -1656,6 +1656,8 @@ patternProperties:
|
|
description: Variscite Ltd.
|
|
"^vdl,.*":
|
|
description: Van der Laan b.v.
|
|
+ "^verisilicon,.*":
|
|
+ description: VeriSilicon Microelectronics
|
|
"^vertexcom,.*":
|
|
description: Vertexcom Technologies, Inc.
|
|
"^via,.*":
|
|
--
|
|
2.34.1
|
|
|