Skip to content

Commit

Permalink
ARM: dts: berlin: enable SD card reader and eMMC for the BG2Q DMP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antoine Tenart authored and Sebastian Hesselbarth committed May 19, 2014
1 parent 0d859a6 commit 3047086
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/berlin2q-marvell-dmp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
};
};

&sdhci1 {
broken-cd;
sdhci,wp-inverted;
status = "okay";
};

&sdhci2 {
non-removable;
status = "okay";
};

&uart0 {
status = "okay";
};

0 comments on commit 3047086

Please sign in to comment.