Commit 8826532c authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun9i: cubieboard4: Enable hardware reset and HS-DDR for eMMC



mmc2 has a special pin for eMMC hardware reset, which is controllable
from the controller. Add the "mmc-cap-hw-reset" property to denote that
this controller supports this function, and the pins are actually used.

Also increase the signal drive strength for mmc2 pins, for HS-DDR mode
support.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 02df9cb8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -111,9 +111,15 @@
	vmmc-supply = <&reg_vcc3v0>;
	bus-width = <8>;
	non-removable;
	cap-mmc-hw-reset;
	status = "okay";
};

&mmc2_8bit_pins {
	/* Increase drive strength for DDR modes */
	allwinner,drive = <SUN4I_PINCTRL_40_MA>;
};

&r_ir {
	status = "okay";
};