Browse Source

ARM: sunxi: cubieboard: Add UART muxing

We previously relied on the bootloader to do the muxing of the UART for
the Cubieboard. Don't rely on it anymore and use pinctrl.

Also remove uart1, as it is not enabled by default and it's not exposed
on the board headers.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Emilio López 12 years ago
parent
commit
23b5cf31fe
1 changed files with 2 additions and 4 deletions
  1. 2 4
      arch/arm/boot/dts/sun4i-a10-cubieboard.dts

+ 2 - 4
arch/arm/boot/dts/sun4i-a10-cubieboard.dts

@@ -37,10 +37,8 @@
 		};
 
 		uart0: serial@01c28000 {
-			status = "okay";
-		};
-
-		uart1: serial@01c28400 {
+			pinctrl-names = "default";
+			pinctrl-0 = <&uart0_pins_a>;
 			status = "okay";
 		};
 	};