mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-23 17:47:28 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
24 lines
792 B
Diff
24 lines
792 B
Diff
From 35065b60a243851529ae34057ed01a639da21145 Mon Sep 17 00:00:00 2001
|
|
From: Lee Jackson <info@arducam.com>
|
|
Date: Thu, 21 Apr 2022 14:14:29 +0800
|
|
Subject: [PATCH] dt-bindings: vendor-prefixes: Add Arducam
|
|
|
|
Add vendor prefix for Arducam (https://arducam.com).
|
|
|
|
Signed-off-by: Lee Jackson <info@arducam.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
|
|
@@ -147,6 +147,8 @@ patternProperties:
|
|
description: arcx Inc. / Archronix Inc.
|
|
"^aries,.*":
|
|
description: Aries Embedded GmbH
|
|
+ "^arducam,.*":
|
|
+ description: Arducam Technology co., Ltd.
|
|
"^arm,.*":
|
|
description: ARM Ltd.
|
|
"^armadeus,.*":
|