commit | bc1bcd272e5d5118bb20a70ed558f0068b68af2d | [log] [tgz] |
---|---|---|
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | Mon Mar 27 10:23:31 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 04 09:35:39 2023 +0200 |
tree | ed3939d94d44e1131b92ec493e58969042eecc11 | |
parent | 2443d8b1db58e132d322fbdfd7ac639b59e0cde1 [diff] [blame] |
configs: tqma6: enable DM_THERMAL Enabling this gives some informal output at boot time. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
diff --git a/configs/tqma6q_mba6_mmc_defconfig b/configs/tqma6q_mba6_mmc_defconfig index cc57c7b..f1f4232 100644 --- a/configs/tqma6q_mba6_mmc_defconfig +++ b/configs/tqma6q_mba6_mmc_defconfig
@@ -65,3 +65,5 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_SERIAL=y +CONFIG_DM_THERMAL=y +CONFIG_IMX_THERMAL=y