* Rework patches for sunxi 5.15.4
* Rework patches sunxi for 5.15.5
* Kernel switch tag=v5.15.5 for sunxi EDGE
* Temporarily disabled, requires rework.
drivers/clk/sunxi-ng/sun8i-de33.c: In function ‘sunxi_de33_clk_probe’:
drivers/clk/sunxi-ng/sun8i-de33.c:155:8:
error: implicit declaration of function ‘sunxi_ccu_probe’;
did you mean ‘of_sunxi_ccu_probe’? [-Werror=implicit-function-declarati>
ret = sunxi_ccu_probe(pdev->dev.of_node, reg, ccu_desc);
^~~~~~~~~~~~~~~
of_sunxi_ccu_probe
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:277:
drivers/clk/sunxi-ng/sun8i-de33.o] Error 1
make[2]: *** [scripts/Makefile.build:540: drivers/clk/sunxi-ng] Error 2
* Correct the comment.
36 lines
1.2 KiB
Diff
36 lines
1.2 KiB
Diff
From 38badbcd7acfa0bfc9a2788d346505022804b528 Mon Sep 17 00:00:00 2001
|
|
From: Levin Du <djw@t-chip.com.cn>
|
|
Date: Mon, 28 Jun 2021 11:54:01 +0800
|
|
Subject: [PATCH 009/467] dt-bindings: add doc for Firefly ROC-RK3399-PC-PLUS
|
|
|
|
Add devicetree binding documentation for the Firefly ROC-RK3399-PC-PLUS.
|
|
|
|
Signed-off-by: Levin Du <djw@t-chip.com.cn>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
Link: https://lore.kernel.org/r/20210628035402.16812-2-djw@t-chip.com.cn
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
index 7ef902f45..ce7785fe3 100644
|
|
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
@@ -127,6 +127,12 @@ properties:
|
|
- firefly,roc-rk3399-pc-mezzanine
|
|
- const: rockchip,rk3399
|
|
|
|
+ - description: Firefly ROC-RK3399-PC-PLUS
|
|
+ items:
|
|
+ - enum:
|
|
+ - firefly,roc-rk3399-pc-plus
|
|
+ - const: rockchip,rk3399
|
|
+
|
|
- description: FriendlyElec NanoPi R2S
|
|
items:
|
|
- const: friendlyarm,nanopi-r2s
|
|
--
|
|
2.34.0
|
|
|