123456789101112131415161718192021222324252627282930313233343536373839404142 |
- From d0c24deb787a95515d355eea68e0402bfec77f75 Mon Sep 17 00:00:00 2001
- From: Samuel Holland <[email protected]>
- Date: Sun, 17 Jul 2022 14:42:05 -0500
- Subject: [PATCH 026/117] dt-bindings: vendor-prefixes: Add Allwinner D1 board
- vendors
- Some boards using the Allwinner D1 SoC are made by vendors not
- previously documented.
- Clockwork Tech LLC (https://www.clockworkpi.com/) manufactures the
- ClockworkPi and DevTerm boards.
- Beijing Widora Technology Co., Ltd. (https://mangopi.cc/) manufactures
- the MangoPi family of boards.
- Acked-by: Rob Herring <[email protected]>
- Reviewed-by: Heiko Stuebner <[email protected]>
- Signed-off-by: Samuel Holland <[email protected]>
- ---
- Documentation/devicetree/bindings/vendor-prefixes.yaml | 4 ++++
- 1 file changed, 4 insertions(+)
- --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
- +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
- @@ -260,6 +260,8 @@ patternProperties:
- description: Cirrus Logic, Inc.
- "^cisco,.*":
- description: Cisco Systems, Inc.
- + "^clockwork,.*":
- + description: Clockwork Tech LLC
- "^cloudengines,.*":
- description: Cloud Engines, Inc.
- "^cnm,.*":
- @@ -1424,6 +1426,8 @@ patternProperties:
- description: Shenzhen whwave Electronics, Inc.
- "^wi2wi,.*":
- description: Wi2Wi, Inc.
- + "^widora,.*":
- + description: Beijing Widora Technology Co., Ltd.
- "^wiligear,.*":
- description: Wiligear, Ltd.
- "^willsemi,.*":
|