diff options
author | Emilio López <emilio@elopez.com.ar> | 2013-03-08 12:18:56 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-03-29 09:27:01 +0100 |
commit | 23b5cf31fe5fd1f787f0101ede4ab4fb43e12371 (patch) | |
tree | af842ba36e19d179c30e78e15145597c067819f9 /arch/arm/boot/dts/sun4i-a10-cubieboard.dts | |
parent | ARM: sunxi: hackberry: Add UART muxing (diff) | |
download | linux-23b5cf31fe5fd1f787f0101ede4ab4fb43e12371.tar.xz linux-23b5cf31fe5fd1f787f0101ede4ab4fb43e12371.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-cubieboard.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 6 |
1 files 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 cd06a3ca2196..99558f624554 100644 --- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts +++ b/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"; }; }; |