Unverified Commit a63ea49a authored by Ondrej Jirman's avatar Ondrej Jirman Committed by Maxime Ripard
Browse files

ARM: dts: sun8i-a83t-tbs-a711: Change MMC0 bus-width to 4



The actual hardware has 4 data lines. Use them.

Signed-off-by: default avatarOndrej Jirman <megous@megous.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 65102238
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@
	vmmc-supply = <&reg_dcdc1>;
	pinctrl-names = "default";
	pinctrl-0 = <&mmc0_pins>;
	bus-width = <4>;
	cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
	status = "okay";
};