mirror of https://gitee.com/openkylin/linux.git
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:
parent
8005c49d9a
commit
2523cc91e6
|
@ -94,7 +94,6 @@ &sdhci1 {
|
|||
};
|
||||
|
||||
&sdhci2 {
|
||||
broken-cd;
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
|
|
Loading…
Reference in New Issue