ARM: dts: sun8i-a83t-tbs-a711: Change MMC0 bus-width to 4
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>
This commit is contained in:
parent
651022382c
commit
a63ea49a65
|
@ -160,6 +160,7 @@
|
|||
vmmc-supply = <®_dcdc1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mmc0_pins>;
|
||||
bus-width = <4>;
|
||||
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue