39 lines
1.4 KiB
Diff
39 lines
1.4 KiB
Diff
|
From ecda4466b158f9240502bf7bf28f8ba5930248c0 Mon Sep 17 00:00:00 2001
|
||
|
From: Alex Bee <knaerzche@gmail.com>
|
||
|
Date: Fri, 18 Jun 2021 20:12:52 +0200
|
||
|
Subject: [PATCH 016/478] dt-bindings: Add doc for ROCK Pi 4 A+ and B+
|
||
|
|
||
|
ROCK Pi 4 got 2 more variants called A+ and B+.
|
||
|
Add the dt-bindings documentation for it.
|
||
|
|
||
|
Signed-off-by: Alex Bee <knaerzche@gmail.com>
|
||
|
Acked-by: Rob Herring <robh@kernel.org>
|
||
|
Link: https://lore.kernel.org/r/20210618181256.27992-2-knaerzche@gmail.com
|
||
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
||
|
---
|
||
|
Documentation/devicetree/bindings/arm/rockchip.yaml | 4 +++-
|
||
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
||
|
index ce7785fe3598..f051e3330302 100644
|
||
|
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
|
||
|
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
||
|
@@ -471,11 +471,13 @@ properties:
|
||
|
- const: radxa,rock
|
||
|
- const: rockchip,rk3188
|
||
|
|
||
|
- - description: Radxa ROCK Pi 4A/B/C
|
||
|
+ - description: Radxa ROCK Pi 4A/A+/B/B+/C
|
||
|
items:
|
||
|
- enum:
|
||
|
- radxa,rockpi4a
|
||
|
+ - radxa,rockpi4a-plus
|
||
|
- radxa,rockpi4b
|
||
|
+ - radxa,rockpi4b-plus
|
||
|
- radxa,rockpi4c
|
||
|
- const: radxa,rockpi4
|
||
|
- const: rockchip,rk3399
|
||
|
--
|
||
|
2.35.3
|
||
|
|