[PATCH] ARM: sunxi: cubieboard: Add UART muxing
Emilio López
emilio at elopez.com.ar
Fri Mar 8 06:18:56 EST 2013
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 at elopez.com.ar>
---
This is a followup patch to Maxime Ripard's "Extend UART support for
Allwinner SoCs" series.
arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
index 88e2dc1..dc760d0 100644
--- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
+++ b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
@@ -37,10 +37,8 @@
};
uart0: uart at 01c28000 {
- status = "okay";
- };
-
- uart1: uart at 01c28400 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart0_pins_a>;
status = "okay";
};
};
--
1.8.1.5
More information about the linux-arm-kernel
mailing list