commit | 9f53686bccd59f8e19dd18a3bcc01fc93e26a536 | [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 | 564666c4637912eb6049f5502d1912af51ddd00c [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/tqma6dl_mba6_mmc_defconfig b/configs/tqma6dl_mba6_mmc_defconfig index a848dc8..34d0ddd 100644 --- a/configs/tqma6dl_mba6_mmc_defconfig +++ b/configs/tqma6dl_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