Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mediatek: dts: Add uart to Aquaris5

This patch enables uart port for the Aquaris5 mobile phone.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

+11 -1
+11 -1
arch/arm/boot/dts/mt6589-aquaris5.dts
··· 21 21 compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589"; 22 22 23 23 chosen { 24 - bootargs = "earlyprintk"; 24 + bootargs = "console=ttyS0,921600n8 earlyprintk"; 25 + stdout-path = &uart0; 25 26 }; 26 27 27 28 memory { 28 29 reg = <0x80000000 0x40000000>; 29 30 }; 31 + 32 + }; 33 + 34 + &uart0 { 35 + status = "okay"; 36 + }; 37 + 38 + &uart3 { 39 + status = "okay"; 30 40 };