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>
This commit is contained in:
Chen-Yu Tsai 2016-01-21 13:26:37 +08:00 committed by Maxime Ripard
parent 9fc1db1b7e
commit 3b5d8dce4c
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@
allwinner,pins = "PC5", "PC6", "PC8", allwinner,pins = "PC5", "PC6", "PC8",
"PC9", "PC10", "PC11", "PC9", "PC10", "PC11",
"PC12", "PC13", "PC14", "PC12", "PC13", "PC14",
"PC15"; "PC15", "PC16";
allwinner,function = "mmc2"; allwinner,function = "mmc2";
allwinner,drive = <SUN4I_PINCTRL_30_MA>; allwinner,drive = <SUN4I_PINCTRL_30_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;