diff options
author | Barnabás Czémán <[email protected]> | 2024-08-07 22:33:56 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-08-14 21:58:52 -0500 |
commit | a13676eac29c87518d3894e032aa5943844eb116 (patch) | |
tree | c5dd085dadcac31cbc0a191c990b843e94e2970e | |
parent | 4f79d0deae37c298bbce5142937080ff5cc61a25 (diff) |
arm64: dts: qcom: msm8976: Add restart node
Add a pshold restart node what can be found in downstream for
enable to perform restart operations.
Signed-off-by: Barnabás Czémán <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8976.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8976.dtsi b/arch/arm64/boot/dts/qcom/msm8976.dtsi index c76cab9174be..06af6e5ec578 100644 --- a/arch/arm64/boot/dts/qcom/msm8976.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8976.dtsi @@ -663,6 +663,11 @@ #thermal-sensor-cells = <1>; }; + restart@4ab000 { + compatible = "qcom,pshold"; + reg = <0x004ab000 0x4>; + }; + tlmm: pinctrl@1000000 { compatible = "qcom,msm8976-pinctrl"; reg = <0x01000000 0x300000>; |