* 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.
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From a8a60ca3c4e1481a2e34990a4f014af7fd216c37 Mon Sep 17 00:00:00 2001
|
|
From: Levin Du <djw@t-chip.com.cn>
|
|
Date: Fri, 9 Jul 2021 16:01:25 +0800
|
|
Subject: [PATCH 007/467] dt-bindings: add doc for Firefly ROC-RK3328-PC
|
|
|
|
Add devicetree binding documentation for the Firefly ROC-RK3328-PC.
|
|
|
|
Signed-off-by: Levin Du <djw@t-chip.com.cn>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
Link: https://lore.kernel.org/r/20210709080126.17045-2-djw@t-chip.com.cn
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
index 6546b015f..7ef902f45 100644
|
|
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
|
|
@@ -115,6 +115,11 @@ properties:
|
|
- const: firefly,roc-rk3328-cc
|
|
- const: rockchip,rk3328
|
|
|
|
+ - description: Firefly ROC-RK3328-PC
|
|
+ items:
|
|
+ - const: firefly,roc-rk3328-pc
|
|
+ - const: rockchip,rk3328
|
|
+
|
|
- description: Firefly ROC-RK3399-PC
|
|
items:
|
|
- enum:
|
|
--
|
|
2.34.0
|
|
|