ARM: STi: STiH416: Add Restart support for STiH416
Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
parent
48f3fe6b1e
commit
fb54eb10af
|
@ -30,6 +30,12 @@
|
|||
ranges;
|
||||
compatible = "simple-bus";
|
||||
|
||||
restart {
|
||||
compatible = "st,stih416-restart";
|
||||
st,syscfg = <&syscfg_sbc>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
powerdown: powerdown-controller {
|
||||
#reset-cells = <1>;
|
||||
compatible = "st,stih416-powerdown";
|
||||
|
|
Loading…
Reference in New Issue