projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80410d4
)
ARM: dts: sun8i: Add mmc2_8bit_pins to sun8i-h3.dtsi
author
Hans de Goede
<hdegoede@redhat.com>
Sun, 20 Mar 2016 16:00:29 +0000
(17:00 +0100)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Sun, 27 Mar 2016 14:15:04 +0000
(16:15 +0200)
Add a pinctrl node for mmc2 in 8 bits mode on H3 SoCs.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-h3.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun8i-h3.dtsi
b/arch/arm/boot/dts/sun8i-h3.dtsi
index dadb7f60c06237054a22e9ec247a0d05126f75f6..d1be2f54fb0d2f78b7f61904b5f2588859802ed7 100644
(file)
--- a/
arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/
arch/arm/boot/dts/sun8i-h3.dtsi
@@
-417,6
+417,16
@@
allwinner,drive = <SUN4I_PINCTRL_30_MA>;
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
};
+
+ mmc2_8bit_pins: mmc2_8bit {
+ allwinner,pins = "PC5", "PC6", "PC8",
+ "PC9", "PC10", "PC11",
+ "PC12", "PC13", "PC14",
+ "PC15", "PC16";
+ allwinner,function = "mmc2";
+ allwinner,drive = <SUN4I_PINCTRL_30_MA>;
+ allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
+ };
};
ahb_rst: reset@01c202c0 {