diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2019-01-18 17:40:12 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 20:55:46 +0100 |
commit | 4b319237ad8518a57e69dd72bf1fe20007f7396f (patch) | |
tree | 3f1a69a90bb1cfc2bc50b855df8e4afa0c2e0a43 /configs/warp7_defconfig | |
parent | e4d8dac4bba14ce1a59293c17a149f94f156f886 (diff) | |
download | u-boot-4b319237ad8518a57e69dd72bf1fe20007f7396f.tar.gz |
warp7: defconfig: Switch on IMX7 GPIO/pinctrl for both ports
Switches on the IMX7 pinctrl driver for the warp7 and warp7_bl33 ports,
necessary to convert over to DM for this board.
It is necessary to switch on pinctrl and GPIO in one go.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/warp7_defconfig')
-rw-r--r-- | configs/warp7_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index ed2a9fface..44d7742ca9 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -55,3 +55,6 @@ CONFIG_OPTEE_TZDRAM_SIZE=0x3000000 CONFIG_OPTEE_TZDRAM_BASE=0x9d000000 CONFIG_BOOTM_OPTEE=y CONFIG_DEFAULT_DEVICE_TREE="imx7s-warp" +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX7=y +CONFIG_DM_GPIO=y |