arm: dts: berlin2q-marvell-dmp: remove broken-cd from eMMC node
authorJisheng Zhang <jszhang@marvell.com>
Mon, 16 Nov 2015 10:43:37 +0000 (18:43 +0800)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thu, 19 Nov 2015 20:33:16 +0000 (21:33 +0100)
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>
arch/arm/boot/dts/berlin2q-marvell-dmp.dts

index da28c97..cdcf89b 100644 (file)
@@ -94,7 +94,6 @@
 };
 
 &sdhci2 {
-       broken-cd;
        bus-width = <8>;
        non-removable;
        status = "okay";