summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am335x-pdu001-u-boot.dtsi
diff options
context:
space:
mode:
authorFelix Brack <fb@ltec.ch>2018-11-30 10:23:36 +0100
committerTom Rini <trini@konsulko.com>2018-12-07 08:13:46 -0500
commit2aadff0feb2d01917c785bf8544ee0f3c9d7d8a7 (patch)
treed89f153144b3ff2334a67e8237b23f937e68c087 /arch/arm/dts/am335x-pdu001-u-boot.dtsi
parentae0a157b384469c061ab39991a8d3ab595e3b1d4 (diff)
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>
Diffstat (limited to 'arch/arm/dts/am335x-pdu001-u-boot.dtsi')
-rw-r--r--arch/arm/dts/am335x-pdu001-u-boot.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-pdu001-u-boot.dtsi b/arch/arm/dts/am335x-pdu001-u-boot.dtsi
index fbb6a3ff6b..84a07bdef4 100644
--- a/arch/arm/dts/am335x-pdu001-u-boot.dtsi
+++ b/arch/arm/dts/am335x-pdu001-u-boot.dtsi
@@ -29,10 +29,18 @@
u-boot,dm-pre-reloc;
};
+&mmc1 {
+ u-boot,dm-pre-reloc;
+};
+
&mmc1_pins {
u-boot,dm-pre-reloc;
};
+&mmc2 {
+ u-boot,dm-pre-reloc;
+};
+
&mmc2_pins {
u-boot,dm-pre-reloc;
};