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

ARM: dts: sun8i: 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
3b5d8dce 9fc1db1b

+1 -1
+1 -1
arch/arm/boot/dts/sun8i-a23-a33.dtsi
··· 381 381 allwinner,pins = "PC5", "PC6", "PC8", 382 382 "PC9", "PC10", "PC11", 383 383 "PC12", "PC13", "PC14", 384 - "PC15"; 384 + "PC15", "PC16"; 385 385 allwinner,function = "mmc2"; 386 386 allwinner,drive = <SUN4I_PINCTRL_30_MA>; 387 387 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;