diff options
| author | Antoine Tenart <[email protected]> | 2014-05-19 22:04:33 +0200 |
|---|---|---|
| committer | Sebastian Hesselbarth <[email protected]> | 2014-05-19 23:02:34 +0200 |
| commit | 3047086dfd5642660fd411ea5fec093bc477f009 (patch) | |
| tree | d0db7e028330a0fab853aee75652f401736ee4e1 | |
| parent | 0d859a6a9d1473cdc207eeef436bc2dd1e04e776 (diff) | |
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 <[email protected]>
Signed-off-by: Sebastian Hesselbarth <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 11 |
1 files changed, 11 insertions, 0 deletions
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"; }; |