diff options
-rw-r--r-- | Documentation/devicetree/bindings/thermal/qcom-spmi-temp-alarm.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/thermal/qcom-spmi-temp-alarm.txt b/Documentation/devicetree/bindings/thermal/qcom-spmi-temp-alarm.txt index 290ec06fa33a..86fb41fe772f 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-spmi-temp-alarm.txt +++ b/Documentation/devicetree/bindings/thermal/qcom-spmi-temp-alarm.txt | |||
@@ -6,8 +6,7 @@ interrupt signal and status register to identify high PMIC die temperature. | |||
6 | 6 | ||
7 | Required properties: | 7 | Required properties: |
8 | - compatible: Should contain "qcom,spmi-temp-alarm". | 8 | - compatible: Should contain "qcom,spmi-temp-alarm". |
9 | - reg: Specifies the SPMI address and length of the controller's | 9 | - reg: Specifies the SPMI address. |
10 | registers. | ||
11 | - interrupts: PMIC temperature alarm interrupt. | 10 | - interrupts: PMIC temperature alarm interrupt. |
12 | - #thermal-sensor-cells: Should be 0. See thermal.txt for a description. | 11 | - #thermal-sensor-cells: Should be 0. See thermal.txt for a description. |
13 | 12 | ||
@@ -20,7 +19,7 @@ Example: | |||
20 | 19 | ||
21 | pm8941_temp: thermal-alarm@2400 { | 20 | pm8941_temp: thermal-alarm@2400 { |
22 | compatible = "qcom,spmi-temp-alarm"; | 21 | compatible = "qcom,spmi-temp-alarm"; |
23 | reg = <0x2400 0x100>; | 22 | reg = <0x2400>; |
24 | interrupts = <0 0x24 0 IRQ_TYPE_EDGE_RISING>; | 23 | interrupts = <0 0x24 0 IRQ_TYPE_EDGE_RISING>; |
25 | #thermal-sensor-cells = <0>; | 24 | #thermal-sensor-cells = <0>; |
26 | 25 | ||