summaryrefslogtreecommitdiff
path: root/configs/warp7_bl33_defconfig
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-01-18 17:40:12 +0000
committerStefano Babic <sbabic@denx.de>2019-01-28 20:55:46 +0100
commit4b319237ad8518a57e69dd72bf1fe20007f7396f (patch)
tree3f1a69a90bb1cfc2bc50b855df8e4afa0c2e0a43 /configs/warp7_bl33_defconfig
parente4d8dac4bba14ce1a59293c17a149f94f156f886 (diff)
downloadu-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_bl33_defconfig')
-rw-r--r--configs/warp7_bl33_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig
index 53665e6fa5..c7b8c54941 100644
--- a/configs/warp7_bl33_defconfig
+++ b/configs/warp7_bl33_defconfig
@@ -42,3 +42,6 @@ CONFIG_USB_ETH_CDC=y
CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
CONFIG_OPTEE_TZDRAM_SIZE=0x2000000
CONFIG_DEFAULT_DEVICE_TREE="imx7s-warp"
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX7=y
+CONFIG_DM_GPIO=y