diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-03-05 21:18:03 (GMT) |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-03-29 08:18:43 (GMT) |
commit | 0dfd1dfc96dee8ac1aacfc836de11ec52300218d (patch) | |
tree | ef81851452f90082284534dd0bf019c8928d6103 /arch | |
parent | 76f14d0a70a664d15243b065d1926a54677b3449 (diff) | |
download | linux-0dfd1dfc96dee8ac1aacfc836de11ec52300218d.tar.xz |
ARM: sunxi: hackberry: Add UART muxing
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-hackberry.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-hackberry.dts b/arch/arm/boot/dts/sun4i-a10-hackberry.dts index 9ab6875..2046000 100644 --- a/arch/arm/boot/dts/sun4i-a10-hackberry.dts +++ b/arch/arm/boot/dts/sun4i-a10-hackberry.dts @@ -24,6 +24,8 @@ soc { uart0: serial@01c28000 { + pinctrl-names = "default"; + pinctrl-0 = <&uart0_pins_a>; status = "okay"; }; }; |