Browse Source

ARM: STi: STiH407: Add Restart support for STiH407

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Lee Jones 10 years ago
parent
commit
48f3fe6b1e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      arch/arm/boot/dts/stih407-family.dtsi

+ 6 - 0
arch/arm/boot/dts/stih407-family.dtsi

@@ -65,6 +65,12 @@
 		ranges;
 		compatible = "simple-bus";
 
+		restart {
+			compatible = "st,stih407-restart";
+			st,syscfg = <&syscfg_sbc_reg>;
+			status = "okay";
+		};
+
 		powerdown: powerdown-controller {
 			compatible = "st,stih407-powerdown";
 			#reset-cells = <1>;