diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-05-05 13:24:00 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 15:17:13 +0200 |
commit | d70c0fce6719d55750540bd46ed254197fbdc4c0 (patch) | |
tree | 75b8f16ebe8e836d4d729601493bb1220d5a8d54 /configs/imx8qxp_mek_defconfig | |
parent | 5ef5b6d46f6b2a375230fa7dee8695e4574b78be (diff) | |
download | u-boot-d70c0fce6719d55750540bd46ed254197fbdc4c0.tar.gz |
imx: imx8dx/qxp: enable thermal
Add thermal dts node
Enable thermal in defconfig
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/imx8qxp_mek_defconfig')
-rw-r--r-- | configs/imx8qxp_mek_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig index 39e5f5e71d..cf83a671f7 100644 --- a/configs/imx8qxp_mek_defconfig +++ b/configs/imx8qxp_mek_defconfig @@ -78,5 +78,7 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_SPL_DM_REGULATOR_GPIO=y CONFIG_DM_SERIAL=y CONFIG_FSL_LPUART=y +CONFIG_DM_THERMAL=y +CONFIG_IMX_SCU_THERMAL=y CONFIG_SPL_TINY_MEMSET=y # CONFIG_EFI_LOADER is not set |