]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mediatek: dts: Add UART dts for MT8127 and MT8135 boards
authorEddie Huang <eddie.huang@mediatek.com>
Fri, 1 May 2015 11:28:00 +0000 (13:28 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 8 Jan 2015 11:12:43 +0000 (12:12 +0100)
This patch enable UART for MT8127 moose board and MT8135 evalution board.
Adding the dts, these two boards can show log and shell prompts.

Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt8127-moose.dts
arch/arm/boot/dts/mt8135-evbp1.dts

index 13cba0e77e083634a9bfd2b66b875fc780a78317..073e295a1cb4b499ad3d7c9de174da5f5aefe636 100644 (file)
@@ -23,3 +23,7 @@
                reg = <0 0x80000000 0 0x40000000>;
        };
 };
+
+&uart0 {
+       status = "okay";
+};
index a5adf974230817f592a12de731bafbef39394fe2..36677382bdd8bd0be208da9e94f297b43483e895 100644 (file)
@@ -23,3 +23,7 @@
                reg = <0 0x80000000 0 0x40000000>;
        };
 };
+
+&uart3 {
+       status = "okay";
+};