]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Make UART4 the default UART for kernel messages v4.9-beck
authorOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Tue, 14 Mar 2017 08:57:31 +0000 (09:57 +0100)
committerOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Tue, 14 Mar 2017 08:57:31 +0000 (09:57 +0100)
arch/arm/boot/dts/imx6ul-sc145-db150.dts

index 7a3b69d493d0471002b1645fa5e7f6e12558c580..a77b2b7cb68ece560fd39b8ecbaa9347a79b8646 100644 (file)
@@ -19,7 +19,7 @@
     compatible = "beck,imx6ul-sc145", "fsl,imx6ul";
 
     chosen {
-        stdout-path = &uart1;
+        stdout-path = &uart4;
     };
 };
 
@@ -32,7 +32,7 @@
     status = "okay";
 };
 
-&uart5 {
+&uart4 {
     status = "okay";
 };