aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-08-16 23:52:11 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-08-17 03:58:16 -0400
commit1c602064e00a81b1600bed6b2fe17dffe80b01e0 (patch)
tree5be4830eb18a13192a8995347388cfe1389241f1
parent813097915853100d6cb0655c75f64e67a1ef57a8 (diff)
ARM: dts: sun8i: ippo-q8h: Add pinctrl properties for R_UART
Now that we have R_PIO controller support and the pinmux for R_UART, add the correct pinctrl properties to the R_UART node. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts b/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts
index 34002e3eba9d..224f53ef8ebc 100644
--- a/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts
+++ b/arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts
@@ -24,6 +24,8 @@
24 24
25 soc@01c00000 { 25 soc@01c00000 {
26 r_uart: serial@01f02800 { 26 r_uart: serial@01f02800 {
27 pinctrl-names = "default";
28 pinctrl-0 = <&r_uart_pins_a>;
27 status = "okay"; 29 status = "okay";
28 }; 30 };
29 }; 31 };