From: Joonyoung Shim <[email protected]> This patch adds the reboot node which uses the syscon-reboot driver.
Cc: Kukjin Kim <[email protected]> Signed-off-by: Joonyoung Shim <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]> Acked-by: Inki Dae <[email protected]> --- arch/arm64/boot/dts/exynos/exynos5433.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index f179c60..f2d6b18 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -94,6 +94,13 @@ cpu_on = <0xC4000003>; }; + reboot: syscon-reboot { + compatible = "syscon-reboot"; + regmap = <&pmu_system_controller>; + offset = <0x400>; + mask = <0x1>; + }; + soc: soc { compatible = "simple-bus"; #address-cells = <1>; -- 1.8.5.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
