]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitceec5b721dc0e5c433d7e6d0d5a592f50e5e671b
treed89f153144b3ff2334a67e8237b23f937e68c087
parentd391da5f6c09a81c3b5b342493b4570cdacc92a5
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