mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
arm64: dts: qcom: Add MSM8916 restart device node
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>
This commit is contained in:
parent
729ee9c4ab
commit
366655c953
@ -77,6 +77,11 @@
|
|||||||
ranges = <0 0 0 0xffffffff>;
|
ranges = <0 0 0 0xffffffff>;
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
|
|
||||||
|
restart@4ab000 {
|
||||||
|
compatible = "qcom,pshold";
|
||||||
|
reg = <0x4ab000 0x4>;
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl@1000000 {
|
pinctrl@1000000 {
|
||||||
compatible = "qcom,msm8916-pinctrl";
|
compatible = "qcom,msm8916-pinctrl";
|
||||||
reg = <0x1000000 0x300000>;
|
reg = <0x1000000 0x300000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user