]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: shmobile: emev2-kzm9d dts: Add PFC information for uart1
authorNiklas Söderlund <niso@kth.se>
Tue, 17 Feb 2015 13:31:55 +0000 (14:31 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 23 Feb 2015 21:30:53 +0000 (06:30 +0900)
Configure the pinmux on kzm9d to use the serial connector for uart1.

Signed-off-by: Niklas Söderlund <niso@kth.se>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/emev2-kzm9d.dts

index 667d323e80a3e17616aec13cd0faab9f5a638a89..19446273e4a7f83242bf8ead39735462d2b649e7 100644 (file)
                vdd33a-supply = <&reg_3p3v>;
        };
 };
+
+&pfc {
+       uart1_pins: uart@e1030000 {
+               renesas,groups = "uart1_ctrl", "uart1_data";
+               renesas,function = "uart1";
+       };
+};
+
+&uart1 {
+       pinctrl-0 = <&uart1_pins>;
+       pinctrl-names = "default";
+       status = "okay";
+};