arm64: dts: qcom: pm8998: Use ADC temperature to temp-alarm node

The temperature information from the temp-alarm block itself is very
coarse ("temperature is above/below trip points"). Provide the driver
with the die temperature channel of the ADC on the PMIC for more precise
readings.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Andy Gross <agross@kernel.org>
This commit is contained in:
Matthias Kaehlcke 2018-09-27 14:22:53 -07:00 коммит произвёл Andy Gross
Родитель 6ef7c11b31
Коммит 7bfd90f5a5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -58,6 +58,8 @@
compatible = "qcom,spmi-temp-alarm";
reg = <0x2400>;
interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_RISING>;
io-channels = <&pm8998_adc ADC5_DIE_TEMP>;
io-channel-names = "thermal";
#thermal-sensor-cells = <0>;
};