From 02f8dad7497da023f7acc4fa3de2a31dd9c0de34 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Tue, 23 Feb 2016 17:04:13 +0800 Subject: MLK-12433: arm: dts: imx: disable tempmon device when cpufreq is disabled In the lpddr3-arm2-m4 dts, the I2C1 is disabled, so PMIC is disabled, the cpufreq is not support. As thermal driver is depended on cpufreq driver, if cpufreq is not support, the tempmon device can be disabled. Signed-off-by: Bai Ping --- arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts') diff --git a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts index e06a53fd4152..d5579f2b437c 100644 --- a/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts +++ b/arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2-m4.dts @@ -63,6 +63,10 @@ status = "disabled"; }; +&tempmon { + status = "disabled"; +}; + &uart2 { status = "disabled"; }; -- cgit v1.2.3