Commit 3047086dfd5642660fd411ea5fec093bc477f009

Authored by Antoine Tenart
Committed by Sebastian Hesselbarth
1 parent 0d859a6a9d

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 Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/berlin2q-marvell-dmp.dts
... ... @@ -23,6 +23,17 @@
23 23 };
24 24 };
25 25  
  26 +&sdhci1 {
  27 + broken-cd;
  28 + sdhci,wp-inverted;
  29 + status = "okay";
  30 +};
  31 +
  32 +&sdhci2 {
  33 + non-removable;
  34 + status = "okay";
  35 +};
  36 +
26 37 &uart0 {
27 38 status = "okay";
28 39 };