diff options
author | Ian Ray <ian.ray@ge.com> | 2019-01-31 16:21:17 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:08 +0200 |
commit | 31c9afdd92380c6a1902325f322d2c4ba52d0ba2 (patch) | |
tree | 77cc206bd71eb713ada2f570196f27a076638dd2 /configs/mx53ppd_defconfig | |
parent | 3cc0e327f2489ae7b3ff05d80efc768e1b4fb58f (diff) | |
download | u-boot-31c9afdd92380c6a1902325f322d2c4ba52d0ba2.tar.gz |
board: ge: ppd: Enable CONFIG_DM_MMC
Use MMC device model, and remove USDHC pin configuration code since the
pinctrl driver is used.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r-- | configs/mx53ppd_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index 04537c591a..ec3bc10f6d 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -46,3 +46,7 @@ CONFIG_DM=y CONFIG_CMD_DM=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="imx53-ppd" +CONFIG_DM_MMC=y +CONFIG_BLK=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_IMX5=y |