Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57375d88 authored by Shawn Lin's avatar Shawn Lin Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: remove broken-cd from emmc and sdio



Only one of "broken-cd" and "non-removable" should be supplied
according to Documentation/devicetree/bindings/mmc/mmc.txt.
Obviously emmc and sdio-wifi are non-removable devices, while
broken-cd is for removable device whose card detect pin is broken.

Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 26f5e19d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -345,7 +345,6 @@
&sdio {
	status = "okay";

	broken-cd;
	bus-width = <4>;
	cap-sd-highspeed;
	cap-sdio-irq;
+0 −1
Original line number Diff line number Diff line
@@ -272,7 +272,6 @@
		compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
		reg = <0x1021c000 0x4000>;
		interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
		broken-cd;
		bus-width = <8>;
		cap-mmc-highspeed;
		clock-frequency = <37500000>;
+0 −2
Original line number Diff line number Diff line
@@ -182,7 +182,6 @@
};

&emmc {
	broken-cd;
	bus-width = <8>;
	cap-mmc-highspeed;
	disable-wp;
@@ -348,7 +347,6 @@
};

&mmc1 {
	broken-cd;
	bus-width = <4>;
	disable-wp;
	non-removable;
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@
};

&emmc {
	broken-cd;
	cap-mmc-highspeed;
	mmc-ddr-1_8v;
	disable-wp;
+0 −1
Original line number Diff line number Diff line
@@ -172,7 +172,6 @@
};

&emmc {
	broken-cd;
	bus-width = <8>;
	cap-mmc-highspeed;
	disable-wp;
Loading