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:
c402157
)
ARM: dts: sun8i: Add pin muxing option for R_UART
author
Chen-Yu Tsai
<wens@csie.org>
Sun, 17 Aug 2014 03:52:10 +0000
(11:52 +0800)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
Sun, 17 Aug 2014 07:58:07 +0000
(09:58 +0200)
R_UART is available on extra pads on certain tablets, which makes it
ideal for use as a console. Here we add the pins for it.
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.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun8i-a23.dtsi
b/arch/arm/boot/dts/sun8i-a23.dtsi
index cbd481eff55d162f83ee38333a95a163b62f03f6..32c195c49b83748bc82b8e0f57827b0f89829fe6 100644
(file)
--- a/
arch/arm/boot/dts/sun8i-a23.dtsi
+++ b/
arch/arm/boot/dts/sun8i-a23.dtsi
@@
-378,6
+378,13
@@
#address-cells = <1>;
#size-cells = <0>;
#gpio-cells = <3>;
+
+ r_uart_pins_a: r_uart@0 {
+ allwinner,pins = "PL2", "PL3";
+ allwinner,function = "s_uart";
+ allwinner,drive = <0>;
+ allwinner,pull = <0>;
+ };
};
};
};