arm: dts: berlin2q-marvell-dmp: remove broken-cd from eMMC node

The eMMC is non-removable so is marked with the non-removable DT
property to avoid having to redetect it after a suspend/resume.

But it also has the broken-cd property which is wrong since only
one of the DT properties for card detection should be used

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
This commit is contained in:
Jisheng Zhang 2015-11-16 18:43:37 +08:00 committed by Sebastian Hesselbarth
parent 8005c49d9a
commit 2523cc91e6
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ &sdhci1 {
};
&sdhci2 {
broken-cd;
bus-width = <8>;
non-removable;
status = "okay";