[openwrt/openwrt] rockchip: enable rockchip-thermal
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 28 19:40:31 EDT 2020
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c5360894dc9c064bf920c1b7a2cb363d105207d5
commit c5360894dc9c064bf920c1b7a2cb363d105207d5
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Wed Jul 29 00:28:57 2020 +0200
rockchip: enable rockchip-thermal
Enable the rockchip-thermal driver to allow reading the temperature of
the SoC.
Tested on NanoPi R2S
Signed-off-by: David Bauer <mail at david-bauer.net>
---
target/linux/rockchip/armv8/config-5.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/rockchip/armv8/config-5.4 b/target/linux/rockchip/armv8/config-5.4
index 2615684fed..d059e8abbc 100644
--- a/target/linux/rockchip/armv8/config-5.4
+++ b/target/linux/rockchip/armv8/config-5.4
@@ -387,7 +387,7 @@ CONFIG_ROCKCHIP_IOMMU=y
CONFIG_ROCKCHIP_MBOX=y
CONFIG_ROCKCHIP_PHY=y
CONFIG_ROCKCHIP_PM_DOMAINS=y
-# CONFIG_ROCKCHIP_THERMAL is not set
+CONFIG_ROCKCHIP_THERMAL=y
CONFIG_ROCKCHIP_TIMER=y
CONFIG_RSEQ=y
CONFIG_RTC_CLASS=y
More information about the lede-commits
mailing list