From: Antoine Ténart Date: Tue, 22 Apr 2014 08:27:28 +0000 (+0200) Subject: ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP X-Git-Tag: next-20140516~110^2~1^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c6a0d1b099ac32619873f5b7ba695a24c2b5928a;p=karo-tx-linux.git ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP Enable the SD Card reader and the internal eMMC on the Berlin BG2Q DMP using two of the SDHCI nodes of the Berlin BG2Q. Signed-off-by: Antoine Ténart Signed-off-by: Sebastian Hesselbarth --- diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts index 2da9c41e29d8..995150f93795 100644 --- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts +++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts @@ -23,6 +23,17 @@ }; }; +&sdhci1 { + broken-cd; + sdhci,wp-inverted; + status = "okay"; +}; + +&sdhci2 { + non-removable; + status = "okay"; +}; + &uart0 { status = "okay"; };