[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190731121409.17285-5-glaroque@baylibre.com>
Date: Wed, 31 Jul 2019 14:14:07 +0200
From: Guillaume La Roque <glaroque@...libre.com>
To: daniel.lezcano@...aro.org, khilman@...libre.com
Cc: linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
linux-amlogic@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 4/6] arm64: dts: meson: sei510: Add minimal thermal zone
Add minimal thermal zone for DDR and CPU sensor
Signed-off-by: Guillaume La Roque <glaroque@...libre.com>
---
arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
index c7a87368850b..79ae514e238d 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts
@@ -33,6 +33,19 @@
ethernet0 = ðmac;
};
+ thermal-zones {
+ soc_thermal {
+ polling-delay = <1000>;
+ polling-delay-passive = <100>;
+ thermal-sensors = <&cpu_temp 0>;
+ };
+ ddr_thermal {
+ polling-delay = <1000>;
+ polling-delay-passive = <100>;
+ thermal-sensors = <&ddr_temp 1>;
+ };
+ };
+
mono_dac: audio-codec-0 {
compatible = "maxim,max98357a";
#sound-dai-cells = <0>;
--
2.17.1
Powered by blists - more mailing lists