From e475b475fbab608b805a57c8cc083e7b3da77954 Mon Sep 17 00:00:00 2001 From: Philipp Rossak Date: Fri, 26 Jan 2018 01:07:15 +0100 Subject: [PATCH 020/146] arm: dts: sun8i: h3: add support for the thermal sensor in H3 This patch adds the missing compatible and the thermal sensor cells. The H3 has one sensor. Signed-off-by: Philipp Rossak --- arch/arm/boot/dts/sun8i-h3.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi index f0096074a467..5907b54b6e1d 100644 --- a/arch/arm/boot/dts/sun8i-h3.dtsi +++ b/arch/arm/boot/dts/sun8i-h3.dtsi @@ -216,3 +216,8 @@ &pio { compatible = "allwinner,sun8i-h3-pinctrl"; }; + +&ths { + compatible = "allwinner,sun8i-h3-ths"; + #thermal-sensor-cells = <0>; +}; -- 2.17.1