diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2016-12-22 04:02:34 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-01-10 18:52:47 +0100 |
commit | e6c5bfeaf2eebeb4a7720ec5ced25fc9fbac3115 (patch) | |
tree | 28fab34b9b70633ecea4a7865cd83beecb3e64a5 /arch/arm/boot/dts/sun5i.dtsi | |
parent | ccb4e689ab8ad86f32a733de9b3afd52bfcc84a5 (diff) | |
download | blackbird-obmc-linux-e6c5bfeaf2eebeb4a7720ec5ced25fc9fbac3115.tar.gz blackbird-obmc-linux-e6c5bfeaf2eebeb4a7720ec5ced25fc9fbac3115.zip |
ARM: dts: sun5i: add a pinctrl node for 4bit mmc2
Some board only use 4bit mode of mmc2.
Add a pinctrl node for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index 54170147040f..c058d37d5433 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -594,6 +594,14 @@ bias-pull-up; }; + mmc2_4bit_pins_a: mmc2-4bit@0 { + pins = "PC6", "PC7", "PC8", "PC9", + "PC10", "PC11"; + function = "mmc2"; + drive-strength = <30>; + bias-pull-up; + }; + spi2_pins_a: spi2@0 { pins = "PE1", "PE2", "PE3"; function = "spi2"; |