cpu: imx8_cpu: Provide default temperatures
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Thu, 24 Jul 2025 14:46:49 +0000 (15:46 +0100)
committerFabio Estevam <festevam@gmail.com>
Thu, 7 Aug 2025 11:15:00 +0000 (08:15 -0300)
commit66324e0cecaa99bf99dd39b5bca7f292b4225e0d
treeb44ab59c5679b222d7bdbe3ab242a372b1375ec1
parentfa2c4149431db36b39e8ca2429d40b43111b4498
cpu: imx8_cpu: Provide default temperatures

Add setting default temperatures to the weak version of
get_cpu_temp_grade so these values will not be used uninitialised.

This issue was found by Smatch.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
drivers/cpu/imx8_cpu.c