diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2018-07-31 14:59:16 -0400 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-09-13 15:36:11 -0400 |
commit | 104e6415bf5000ed37ed2765ff0c1619b426d84b (patch) | |
tree | 47b77fc06b87d657d09b1f7df87d7a6ea32c2075 | |
parent | e704472616d7e185b839991b611a77711dbb22e3 (diff) |
arm64: dts: qcom: pm8998: Add spmi-temp-alarm node
This adds the spmi-temp-alarm node to pm8998 based on the examples in the
bindings.
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm8998.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm8998.dtsi b/arch/arm64/boot/dts/qcom/pm8998.dtsi index 3739b6a8e5ab..8f20e3397970 100644 --- a/arch/arm64/boot/dts/qcom/pm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/pm8998.dtsi | |||
@@ -30,6 +30,13 @@ | |||
30 | }; | 30 | }; |
31 | }; | 31 | }; |
32 | 32 | ||
33 | pm8998_temp: temp-alarm@2400 { | ||
34 | compatible = "qcom,spmi-temp-alarm"; | ||
35 | reg = <0x2400>; | ||
36 | interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_RISING>; | ||
37 | #thermal-sensor-cells = <0>; | ||
38 | }; | ||
39 | |||
33 | pm8998_coincell: coincell@2800 { | 40 | pm8998_coincell: coincell@2800 { |
34 | compatible = "qcom,pm8941-coincell"; | 41 | compatible = "qcom,pm8941-coincell"; |
35 | reg = <0x2800>; | 42 | reg = <0x2800>; |