1
0
Fork 0

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>
hifive-unleashed-5.1
Maxime Ripard 2013-03-05 22:18:03 +01:00
parent 76f14d0a70
commit 0dfd1dfc96
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
soc {
uart0: serial@01c28000 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
status = "okay";
};
};