ARM: dts: MSM8974: Add restart node

Add the restart node so we can reboot the device.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Stephen Boyd 2013-12-20 11:09:18 -08:00 committed by Olof Johansson
parent 17d0900c95
commit 74e848f633
1 changed files with 5 additions and 0 deletions

View File

@ -29,5 +29,10 @@
<1 1 0xf08>;
clock-frequency = <19200000>;
};
restart@fc4ab000 {
compatible = "qcom,pshold";
reg = <0xfc4ab000 0x4>;
};
};
};