Skip to content

Commit

Permalink
ARM: dts: MSM8974: Add restart node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Olof Johansson committed Jan 2, 2014
1 parent 17d0900 commit 74e848f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/qcom-msm8974.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@
<1 1 0xf08>;
clock-frequency = <19200000>;
};

restart@fc4ab000 {
compatible = "qcom,pshold";
reg = <0xfc4ab000 0x4>;
};
};
};

0 comments on commit 74e848f

Please sign in to comment.