arm: dts: exynos5433: Add psci suspend code to exynos5433.dtsi
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Mon, 8 Dec 2014 13:57:16 +0000 (22:57 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:43:03 +0000 (13:43 +0900)
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index 8585c59..bc71b15 100644 (file)
        psci {
                compatible = "arm,psci";
                method = "smc";
+               cpu_suspend =  <0xC4000001>;
                cpu_off = <0x84000002>;
                cpu_on = <0xC4000003>;
        };