]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Tue, 22 Apr 2014 08:27:28 +0000 (10:27 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 13 May 2014 20:55:34 +0000 (22:55 +0200)
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 <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm/boot/dts/berlin2q-marvell-dmp.dts

index 2da9c41e29d879cbc12d31a4bec0ba9e637ea0c7..995150f93795adcaee544ef48eaf9c403bc8817d 100644 (file)
        };
 };
 
+&sdhci1 {
+       broken-cd;
+       sdhci,wp-inverted;
+       status = "okay";
+};
+
+&sdhci2 {
+       non-removable;
+       status = "okay";
+};
+
 &uart0 {
        status = "okay";
 };