Add psci v1.0 support to rk3288, support it to call into
secure world through psci APIs.
Change-Id: I1dc98fbdcc544a2bf0ec09544e946756757d2d80
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
bootargs = "earlycon=uart8250,mmio32,0xff690000";
};
+ psci {
+ compatible = "arm,psci-1.0";
+ method = "smc";
+ };
+
backlight: backlight {
compatible = "pwm-backlight";
brightness-levels = <
};
};
+&cpu0 {
+ enable-method = "psci";
+};
+
+&cpu1 {
+ enable-method = "psci";
+};
+
+&cpu2 {
+ enable-method = "psci";
+};
+
+&cpu3 {
+ enable-method = "psci";
+};
+
&dmac_bus_s {
/* change to non-secure dmac */
reg = <0xff600000 0x4000>;