summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2015-11-16 18:43:37 +0800
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2015-11-19 21:33:16 +0100
commit2523cc91e6c7ca570d8d04db2035f6b2eb2341f2 (patch)
tree00ba9a080857043c00e04a6e728dfa0e5bff7b28
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
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>
-rw-r--r--arch/arm/boot/dts/berlin2q-marvell-dmp.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
index da28c9704a9d..cdcf89bfec33 100644
--- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
+++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
@@ -94,7 +94,6 @@
};
&sdhci2 {
- broken-cd;
bus-width = <8>;
non-removable;
status = "okay";