diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2025-09-06 02:04:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-10-08 13:54:58 -0600 |
commit | 79fe4655d67fb68e4172e45e8983815e26a4cd05 (patch) | |
tree | 581bc6c4e39bb044900b1654dbe89191f625697d | |
parent | 0581328b5812b1297204b520acf8b6bbb09e6700 (diff) |
arm64: renesas: Enable thermal driver on R-Car Gen3 and Gen4
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>
-rw-r--r-- | configs/renesas_rcar64.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/renesas_rcar64.config b/configs/renesas_rcar64.config index 12211ae2810..073f728bf09 100644 --- a/configs/renesas_rcar64.config +++ b/configs/renesas_rcar64.config @@ -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 |