ARM: dts: sun8i: ippo-q8h: Add pinctrl properties for R_UART
authorChen-Yu Tsai <wens@csie.org>
Sun, 17 Aug 2014 03:52:11 +0000 (11:52 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 17 Aug 2014 07:58:16 +0000 (09:58 +0200)
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>
arch/arm/boot/dts/sun8i-a23-ippo-q8h-v5.dts

index 34002e3eba9d8ea658e77f64c34a9fd8632da118..224f53ef8ebca9ca0ed5015ae9f8e778235f6a65 100644 (file)
@@ -24,6 +24,8 @@
 
        soc@01c00000 {
                r_uart: serial@01f02800 {
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&r_uart_pins_a>;
                        status = "okay";
                };
        };
This page took 0.025339 seconds and 5 git commands to generate.