diff options
author | Eddie Huang <eddie.huang@mediatek.com> | 2015-05-01 13:28:00 +0200 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-01-08 12:12:43 +0100 |
commit | ac00aa4dcd085e4cf01761095ec1e2a141f86f38 (patch) | |
tree | dff3c1daef69f170f258f2025325c88df40ca48f /arch/arm/boot/dts/mt8135-evbp1.dts | |
parent | ab407df736c1d8263fc92a35589fb54854f627b3 (diff) |
ARM: mediatek: dts: Add UART dts for MT8127 and MT8135 boards
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>
Diffstat (limited to 'arch/arm/boot/dts/mt8135-evbp1.dts')
-rw-r--r-- | arch/arm/boot/dts/mt8135-evbp1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt8135-evbp1.dts b/arch/arm/boot/dts/mt8135-evbp1.dts index a5adf9742308..36677382bdd8 100644 --- a/arch/arm/boot/dts/mt8135-evbp1.dts +++ b/arch/arm/boot/dts/mt8135-evbp1.dts @@ -23,3 +23,7 @@ reg = <0 0x80000000 0 0x40000000>; }; }; + +&uart3 { + status = "okay"; +}; |