diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-01-21 06:26:37 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-01-25 00:01:21 +0100 |
commit | 3b5d8dce4c0b063962b409bb0b1db84f3a4e8410 (patch) | |
tree | ff982c9637a319bfd7dc3e9404c5259f847d4460 /arch/arm/boot/dts/sun8i-a23-a33.dtsi | |
parent | ARM: dts: sun6i: sina31s: Switch to mmc3 for onboard eMMC (diff) | |
download | linux-3b5d8dce4c0b063962b409bb0b1db84f3a4e8410.tar.xz linux-3b5d8dce4c0b063962b409bb0b1db84f3a4e8410.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a23-a33.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index 6f88fb0ddbc7..7e05e09e61c7 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi @@ -381,7 +381,7 @@ allwinner,pins = "PC5", "PC6", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", - "PC15"; + "PC15", "PC16"; allwinner,function = "mmc2"; allwinner,drive = <SUN4I_PINCTRL_30_MA>; allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; |