[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220114151847.290518-1-francesco.dolcini@toradex.com>
Date: Fri, 14 Jan 2022 16:18:45 +0100
From: Francesco Dolcini <francesco.dolcini@...adex.com>
To: Rob Herring <robh+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Viresh Kumar <viresh.kumar@...aro.org>,
Matthias Brugger <matthias.bgg@...il.com>
Cc: Francesco Dolcini <francesco.dolcini@...adex.com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Marcel Ziswiler <marcel.ziswiler@...adex.com>,
Denys Drozdov <denys.drozdov@...adex.com>,
Stefan Agner <stefan@...er.ch>
Subject: [PATCH v1 0/2] Enable i.MX7 SOLO temperature sensor
To be able to read the T junction on i.MX CPU the imx-cpufreq-dt needs to be
loaded, however this is currently not the case for i.MX7S given that it does
have only one operating frequency.
Add "fsl,imx7s" to cpufreq-dt-platdev blocklist and a single frequency
operating point to the CPU.
With that it is now possible to correctly read the CPU T junction.
Tested on Toradex Colibri iMX7S
[ 6.232577] imx-cpufreq-dt imx-cpufreq-dt: cpu speed grade 0 mkt segment 1 supported-hw 0x1 0x2
...
[ 6.880624] imx_thermal 30360000.anatop:tempmon: Extended Commercial CPU temperature grade - max:105C critical:100C passive:95C
root@...ibri-imx7-02983025:~# cat /sys/class/thermal/thermal_zone0/temp
38000
Denys Drozdov (1):
ARM: dts: imx7s: Define operating points table for cpufreq
Stefan Agner (1):
cpufreq: Add i.MX7S to cpufreq-dt-platdev blocklist
arch/arm/boot/dts/imx7s.dtsi | 16 ++++++++++++++++
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
2 files changed, 18 insertions(+)
--
2.25.1
Powered by blists - more mailing lists