projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc1db1
)
ARM: dts: sun8i: Include SDC2_RST pin in mmc2_8bit_pins
author
Chen-Yu Tsai
<wens@csie.org>
Thu, 21 Jan 2016 05:26:37 +0000
(13:26 +0800)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Sun, 24 Jan 2016 23:01:21 +0000
(
00:01
+0100)
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>
arch/arm/boot/dts/sun8i-a23-a33.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun8i-a23-a33.dtsi
b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
index 6f88fb0ddbc7d13a1f2ee83befbdd111ee36dfb4..7e05e09e61c7e49fa78a287220047e70f0b2fa99 100644
(file)
--- 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>;