arm64: dts: qcom: Add MSM8916 restart device node
authorIvan T. Ivanov <ivan.ivanov@linaro.org>
Mon, 20 Apr 2015 07:45:40 +0000 (10:45 +0300)
committerKumar Gala <galak@codeaurora.org>
Mon, 27 Apr 2015 21:09:11 +0000 (16:09 -0500)
Add the restart node so we can reboot the device.

Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 92c96eb2c74cd2bd2b2de8d1b735b2f70e413fcd..7887588e1c2d7df89f6f6ffee36a06eb2f6d1bb6 100644 (file)
                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>;
This page took 0.024348 seconds and 5 git commands to generate.