OSDN Git Service

ARM: dts: sun8i-a83t-tbs-a711: Change MMC0 bus-width to 4
authorOndrej Jirman <megous@megous.com>
Mon, 22 Oct 2018 16:43:51 +0000 (18:43 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 5 Nov 2018 08:21:41 +0000 (09:21 +0100)
The actual hardware has 4 data lines. Use them.

Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts

index 1537ce1..98e8cea 100644 (file)
        vmmc-supply = <&reg_dcdc1>;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc0_pins>;
+       bus-width = <4>;
        cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
        status = "okay";
 };