Commit 366655c9 authored by Ivan T. Ivanov's avatar Ivan T. Ivanov Committed by Kumar Gala

arm64: dts: qcom: Add MSM8916 restart device node

Add the restart node so we can reboot the device.
Signed-off-by: default avatarIvan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 729ee9c4
......@@ -77,6 +77,11 @@ soc: soc {
ranges = <0 0 0 0xffffffff>;
compatible = "simple-bus";
restart@4ab000 {
compatible = "qcom,pshold";
reg = <0x4ab000 0x4>;
};
pinctrl@1000000 {
compatible = "qcom,msm8916-pinctrl";
reg = <0x1000000 0x300000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment