[PATCH 6/6] arm64: dts: exynos: add reboot node for exynos5433

2015-04-02 Thread Chanwoo Choi
From: Joonyoung Shim 

This patch adds the reboot node which uses the syscon-reboot driver.

Cc: Kukjin Kim 
Signed-off-by: Joonyoung Shim 
Signed-off-by: Chanwoo Choi 
Acked-by: Inki Dae 
---
 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 = <0xC403>;
};
 
+   reboot: syscon-reboot {
+   compatible = "syscon-reboot";
+   regmap = <_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 linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 6/6] arm64: dts: exynos: add reboot node for exynos5433

2015-04-02 Thread Chanwoo Choi
From: Joonyoung Shim jy0922.s...@samsung.com

This patch adds the reboot node which uses the syscon-reboot driver.

Cc: Kukjin Kim kg...@kernel.org
Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com
Signed-off-by: Chanwoo Choi cw00.c...@samsung.co
Acked-by: Inki Dae inki@samsung.com
---
 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 = 0xC403;
};
 
+   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 linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/