Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun9i: Include SDC2_RST pin in mmc2_8bit_pins

mmc2_8bit_pins is used with eMMC chips, which also have a reset pin.
The MMC controller also has a reset output that is supported.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
675ec62b 3b5d8dce

+2 -1
+2 -1
arch/arm/boot/dts/sun9i-a80.dtsi
··· 704 704 mmc2_8bit_pins: mmc2_8bit { 705 705 allwinner,pins = "PC6", "PC7", "PC8", "PC9", 706 706 "PC10", "PC11", "PC12", 707 - "PC13", "PC14", "PC15"; 707 + "PC13", "PC14", "PC15", 708 + "PC16"; 708 709 allwinner,function = "mmc2"; 709 710 allwinner,drive = <SUN4I_PINCTRL_30_MA>; 710 711 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;