summaryrefslogtreecommitdiff
path: root/configs/aristainetos2c_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-07-08 08:39:59 +0300
committerStefano Babic <sbabic@denx.de>2020-07-16 12:20:27 +0300
commit08556f829f48225388c2bb6d7b9d02ab60cc9e56 (patch)
tree0f6c7d3102517f7720ee527d680b6e5e5e4d100e /configs/aristainetos2c_defconfig
parentee6866e6c773341ad4058d46ff898ad258db1292 (diff)
downloadu-boot-08556f829f48225388c2bb6d7b9d02ab60cc9e56.tar.xz
imx6: aristainetos: sync defconfig with 2020.10
as patch gpio: search for gpio label if gpio is not found through bank name is now in mainline, but functionality is disabled, we need to enable CONFIG_DM_GPIO_LOOKUP_LABEL for the aristainetos boards. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2c_defconfig')
-rw-r--r--configs/aristainetos2c_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/aristainetos2c_defconfig b/configs/aristainetos2c_defconfig
index ffd4360159..4f6b9b9401 100644
--- a/configs/aristainetos2c_defconfig
+++ b/configs/aristainetos2c_defconfig
@@ -9,6 +9,7 @@ CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_OFFSET_REDUND=0xE0000
CONFIG_IMX_HAB=y
# CONFIG_CMD_DEKBLOB is not set
+CONFIG_DEFAULT_DEVICE_TREE="imx6dl-aristainetos2c_4"
CONFIG_FIT=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos2.cfg"
CONFIG_BOOTDELAY=3
@@ -51,7 +52,6 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_CMD_MTDPARTS=y
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
-CONFIG_DEFAULT_DEVICE_TREE="imx6dl-aristainetos2c_4"
CONFIG_OF_LIST="imx6dl-aristainetos2c_4 imx6dl-aristainetos2c_7"
CONFIG_DTB_RESELECT=y
CONFIG_MULTI_DTB_FIT=y
@@ -62,6 +62,7 @@ CONFIG_APBH_DMA=y
CONFIG_APBH_DMA_BURST=y
CONFIG_APBH_DMA_BURST8=y
CONFIG_GPIO_HOG=y
+CONFIG_DM_GPIO_LOOKUP_LABEL=y
CONFIG_DM_PCA953X=y
CONFIG_DM_I2C=y
CONFIG_LED=y