]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: renesas: Enable thermal driver on R-Car Gen3 and Gen4
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 6 Sep 2025 00:04:20 +0000 (02:04 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 19:54:58 +0000 (13:54 -0600)
Enable thermal driver and 'temperature' command on R-Car Gen3 and Gen4
to allow reading out the SoC temperature sensors.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/renesas_rcar64.config

index 12211ae2810910adb0df2b487ab2752812945355..073f728bf09585d34752c1c8eb08ee6b66facb55 100644 (file)
@@ -2,7 +2,10 @@
 
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_CMD_SPI=y
+CONFIG_CMD_TEMPERATURE=y
+CONFIG_DM_THERMAL=y
 CONFIG_PHY_ANEG_TIMEOUT=20000
+CONFIG_RCAR_GEN3_THERMAL=y
 CONFIG_REGMAP=y
 CONFIG_REMAKE_ELF=y
 CONFIG_RENESAS_RPC_SPI=y