diff options
author | Philip Oberfichtner | 2022-05-20 10:46:21 +0200 |
---|---|---|
committer | Stefano Babic | 2022-05-20 12:36:48 +0200 |
commit | 874c76867afceafbaef317bdae4d95d6609daafa (patch) | |
tree | be7501415a4d6fdd7e98aa367030312dcbbead1e /configs | |
parent | 45964cbf3c1243c66f611026d51bbc904a0dd788 (diff) |
ARM: dts: imx: Migrate iMX6QDL picoITX DTs from Linux
Migrate DH picoITX device trees from Linux commit 42226c989789
(tag v5.18-rc7). No changes have been made, the DTs are exact copies.
Furthermore add the DTB to dh_imx6_defconfig.
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Philip Oberfichtner <pro@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dh_imx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dh_imx6_defconfig b/configs/dh_imx6_defconfig index 9c789874737..558619fc310 100644 --- a/configs/dh_imx6_defconfig +++ b/configs/dh_imx6_defconfig @@ -53,7 +53,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_TIME=y CONFIG_CMD_EXT4_WRITE=y CONFIG_OF_CONTROL=y -CONFIG_OF_LIST="imx6q-dhcom-pdk2 imx6dl-dhcom-pdk2 imx6s-dhcom-drc02" +CONFIG_OF_LIST="imx6q-dhcom-pdk2 imx6dl-dhcom-pdk2 imx6s-dhcom-drc02 imx6dl-dhcom-picoitx" CONFIG_MULTI_DTB_FIT=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y |