]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 da28c9704a9d1dc741fcc71c89722428f2fd3653..cdcf89bfec3359d3c8783e632b25d3e48eebfbf9 100644 (file)
@@ -94,7 +94,6 @@
 };
 
 &sdhci2 {
-       broken-cd;
        bus-width = <8>;
        non-removable;
        status = "okay";