mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Due to the missing ATF for normally boot, there are still a lot of bugs on this platform. At the same time, the GMAC driver also lacks a part.
29 lines
983 B
Diff
29 lines
983 B
Diff
From 2dbcb2514c83416f2d0731bb0744a6c132f5c8c6 Mon Sep 17 00:00:00 2001
|
|
From: Michael Riesch <michael.riesch@wolfvision.net>
|
|
Date: Thu, 5 Aug 2021 14:01:03 +0200
|
|
Subject: [PATCH] arm64: dts: rockchip: add core io domains node for rk356x
|
|
|
|
Enable the PMU IO domains for the RK3566 and the RK3568.
|
|
|
|
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
|
|
Link: https://lore.kernel.org/r/20210805120107.27007-4-michael.riesch@wolfvision.net
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
|
|
@@ -203,6 +203,11 @@
|
|
pmugrf: syscon@fdc20000 {
|
|
compatible = "rockchip,rk3568-pmugrf", "syscon", "simple-mfd";
|
|
reg = <0x0 0xfdc20000 0x0 0x10000>;
|
|
+
|
|
+ pmu_io_domains: io-domains {
|
|
+ compatible = "rockchip,rk3568-pmu-io-voltage-domain";
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
|
|
grf: syscon@fdc60000 {
|