Commit c54729ee authored by Maxime Ripard's avatar Maxime Ripard Committed by Linus Walleij

ARM: sunxi: olinuxino: Add muxing for the uart

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4348cc64
...@@ -24,6 +24,8 @@ chosen { ...@@ -24,6 +24,8 @@ chosen {
soc { soc {
uart1: uart@01c28400 { uart1: uart@01c28400 {
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins_b>;
status = "okay"; status = "okay";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment