diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-07-16 07:34:16 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-16 07:34:16 -0700 |
| commit | 190a8d14b05d6f103178d1cef4b5663c94b607bc (patch) | |
| tree | 082d6ae2705a03f92caad61ff4ad352171f4c4bf | |
| parent | b10e74ee0ae1d57eefeaabf97af8c97ce03a14a6 (diff) | |
| parent | 79e498a47f3be503a3646ae1b4a6f3391facdd3c (diff) | |
Merge "ARM: dts: msm: Add Temperature sensor support for msmfalcon"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi index aa941770c03b..0894d116a0db 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi @@ -166,6 +166,18 @@ qcom,pipe-attr-ee; }; + tsens: tsens@10ad000 { + compatible = "qcom,msmfalcon-tsens"; + reg = <0x10ad000 0x2000>, + <0x784240 0x1000>; + reg-names = "tsens_physical", "tsens_eeprom_physical"; + interrupts = <0 184 0>, <0 430 0>; + interrupt-names = "tsens-upper-lower", "tsens-critical"; + qcom,sensors = <14>; + qcom,slope = <3200 3200 3200 3200 3200 3200 3200 3200 + 3200 3200 3200 3200 3200 3200>; + }; + uartblsp2dm1: serial@0c1b0000 { compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; reg = <0xc1b0000 0x1000>; |
