summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ti/omap/omap4460.dtsi
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2023-09-11 07:07:38 +0300
committerTony Lindgren <tony@atomide.com>2023-09-13 10:17:47 +0300
commit6469b2feade8fd82d224dd3734e146536f3e9f0e (patch)
tree70d6e35cd24dc10e2ac1ed2fa1f969c652a0a1f3 /arch/arm/boot/dts/ti/omap/omap4460.dtsi
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d (diff)
downloadlinux-6469b2feade8fd82d224dd3734e146536f3e9f0e.tar.xz
ARM: dts: ti: omap: Fix bandgap thermal cells addressing for omap3/4
Fix "thermal_sys: cpu_thermal: Failed to read thermal-sensors cells: -2" error on boot for omap3/4. This is caused by wrong addressing in the dts for bandgap sensor for single sensor instances. Note that omap4-cpu-thermal.dtsi is shared across omap4/5 and dra7, so we can't just change the addressing in omap4-cpu-thermal.dtsi. Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> Cc: Carl Philipp Klemm <philipp@uvos.xyz> Cc: Merlijn Wajer <merlijn@wizzup.org> Cc: Pavel Machek <pavel@ucw.cz> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Fixes: a761d517bbb1 ("ARM: dts: omap3: Add cpu_thermal zone") Fixes: 0bbf6c54d100 ("arm: dts: add omap4 CPU thermal data") Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/ti/omap/omap4460.dtsi')
-rw-r--r--arch/arm/boot/dts/ti/omap/omap4460.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap4460.dtsi b/arch/arm/boot/dts/ti/omap/omap4460.dtsi
index 1b27a862ae81..a6764750d447 100644
--- a/arch/arm/boot/dts/ti/omap/omap4460.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap4460.dtsi
@@ -79,6 +79,7 @@
};
&cpu_thermal {
+ thermal-sensors = <&bandgap>;
coefficients = <348 (-9301)>;
};