Unverified Commit c41ca64d authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen Committed by Maxime Ripard
Browse files

ARM: dts: sunxi: Don't use cd-inverted in sun8i-r40-bananapi-m2-ultra



Another user of cd-inverted seems to have crept in. Switch it away from
cd-inverted to be consistent with other sunxi boards.

Signed-off-by: default avatarTuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 6f26c238
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -159,8 +159,7 @@
&mmc0 {
&mmc0 {
	vmmc-supply = <&reg_dcdc1>;
	vmmc-supply = <&reg_dcdc1>;
	bus-width = <4>;
	bus-width = <4>;
	cd-gpios = <&pio 7 13 GPIO_ACTIVE_HIGH>; /* PH13 */
	cd-gpios = <&pio 7 13 GPIO_ACTIVE_LOW>; /* PH13 */
	cd-inverted;
	status = "okay";
	status = "okay";
};
};