]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ARM: sunxi: hackberry: Add UART muxing
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 5 Mar 2013 21:18:03 +0000 (22:18 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 29 Mar 2013 08:18:43 +0000 (09:18 +0100)
We previously relied on the bootloader to do the muxing of the UART for
the Hackberry. Don't rely on it anymore and use pinctrl.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Emilio López <emilio@elopez.com.ar>
arch/arm/boot/dts/sun4i-a10-hackberry.dts

index 9ab6875600bdf29cc250d81ccc46f71a464d98e0..20460007a89f6bdc479c6128ae5ecefcfa61ebb9 100644 (file)
@@ -24,6 +24,8 @@
 
        soc {
                uart0: serial@01c28000 {
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&uart0_pins_a>;
                        status = "okay";
                };
        };