Browse Source

ARM: sunxi: olinuxino: Add muxing for the uart

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Maxime Ripard 12 years ago
parent
commit
c54729eeb0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/boot/dts/sun5i-a13-olinuxino.dts

+ 2 - 0
arch/arm/boot/dts/sun5i-a13-olinuxino.dts

@@ -24,6 +24,8 @@
 
 	soc {
 		uart1: uart@01c28400 {
+			pinctrl-names = "default";
+			pinctrl-0 = <&uart1_pins_b>;
 			status = "okay";
 		};
 	};