[PATCH 1/2] arm: dts: rockchip: Add psci for rk3036
Andy Yan
andyshrk at 163.com
Sun Dec 17 02:39:58 PST 2023
From: Andy Yan <andy.yan at rock-chips.com>
The system will hang at bringup secondary CPUs
without psci node.
Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
---
arch/arm/boot/dts/rockchip/rk3036.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/rockchip/rk3036.dtsi b/arch/arm/boot/dts/rockchip/rk3036.dtsi
index 78686fc72ce6..5344803442a1 100644
--- a/arch/arm/boot/dts/rockchip/rk3036.dtsi
+++ b/arch/arm/boot/dts/rockchip/rk3036.dtsi
@@ -67,6 +67,11 @@ display-subsystem {
ports = <&vop_out>;
};
+ psci {
+ compatible = "arm,psci-1.0";
+ method = "smc";
+ };
+
timer {
compatible = "arm,armv7-timer";
arm,cpu-registers-not-fw-configured;
--
2.34.1
More information about the Linux-rockchip
mailing list