mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
793f8ab62c
Add kernel patches for version 6.1. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
24 lines
830 B
Diff
24 lines
830 B
Diff
From d7e2b470acddada015b8c048374cc528720c8b9a Mon Sep 17 00:00:00 2001
|
|
From: Chris Morgan <macromorgan@hotmail.com>
|
|
Date: Fri, 28 Jan 2022 17:40:50 -0600
|
|
Subject: [PATCH] dt-bindings: vendor-prefixes: Add Geekworm
|
|
|
|
Add vendor prefix for Geekworm (https://geekworm.com).
|
|
|
|
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
|
|
---
|
|
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
|
|
@@ -484,6 +484,8 @@ patternProperties:
|
|
description: General Electric Company
|
|
"^geekbuying,.*":
|
|
description: GeekBuying
|
|
+ "^geekworm,.*":
|
|
+ description: Geekworm
|
|
"^gef,.*":
|
|
description: GE Fanuc Intelligent Platforms Embedded Systems, Inc.
|
|
"^GEFanuc,.*":
|