arm: am335x-pdu001: Enable CONFIG_BLK and CONFIG_DM_MMC
authorFelix Brack <fb@ltec.ch>
Fri, 30 Nov 2018 09:23:36 +0000 (10:23 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 7 Dec 2018 13:13:46 +0000 (08:13 -0500)
commit2aadff0feb2d01917c785bf8544ee0f3c9d7d8a7
treed89f153144b3ff2334a67e8237b23f937e68c087
parentae0a157b384469c061ab39991a8d3ab595e3b1d4
arm: am335x-pdu001: Enable CONFIG_BLK and CONFIG_DM_MMC

This patch enables CONFIG_BLK as well as CONFIG_DM_MMC for the PDU001
board. It depends on Patrice Chotard's patch 'power: regulator: denied
disable on always-on regulator' which prevents power cycling the vmmc
supply. Without this patch the board will not boot as vmmc is
unfortunately used by other board components, not just eMMC and micro SD
card. Furthermore my patch 'dts: am335x-pdu001: Fix polarity of card
detection input' is required to boot from external micro SD card. Without
this patch no SD card will be detected and hence booting will fail.

Signed-off-by: Felix Brack <fb@ltec.ch>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/am335x-pdu001-u-boot.dtsi
configs/am335x_pdu001_defconfig