oxnas: add console=ttyS0,115200 argument to bootargs
authorDaniel Golle <daniel@makrotopia.org>
Sun, 4 Nov 2018 17:26:28 +0000 (18:26 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 4 Nov 2018 20:43:37 +0000 (21:43 +0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio-mycloud.dts
target/linux/oxnas/files/arch/arm/boot/dts/ox820-cloudengines-pogoplug-pro.dts
target/linux/oxnas/files/arch/arm/boot/dts/ox820-mitrastar-stg212.dts
target/linux/oxnas/files/arch/arm/boot/dts/ox820-shuttle-kd20.dts
target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch [new file with mode: 0644]

index c0bf34c3f40f88df1ce81f4c17016f3c788b8d19..90ea15d400a33dae069847f7f6c751c3e2f65766 100644 (file)
@@ -10,7 +10,7 @@
        compatible = "akitio,mycloud", "oxsemi,ox820";
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlyprintk console=ttyS0,115200";
                stdout-path = "serial0:115200n8";
        };
 
index 363fd30d20346dfe140c65dbc2e958ae4ed953fe..2872d40e3d4995aed45a2da2a9fd3364ced936b3 100644 (file)
@@ -15,7 +15,7 @@
        compatible = "cloudengines,pogoplugpro", "oxsemi,ox820";
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlyprintk console=ttyS0,115200";
                stdout-path = "serial0:115200n8";
        };
 
index d3a06fdab2b2d433021021b48f9a7589ffe2349b..c1cb1ef97d48b797d94d5167a1c6abd23b5535c8 100644 (file)
@@ -10,7 +10,7 @@
        compatible = "mitrastar,stg-212", "oxsemi,ox820";
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlyprintk console=ttyS0,115200";
                stdout-path = "serial0:115200n8";
        };
 
index badfa2578e3ef2bc1ffb8e1e447577e1d4a65894..a2c522a06ee797fefe2f8aa47c72500565327fd2 100644 (file)
@@ -10,7 +10,7 @@
        compatible = "shuttle,kd20", "oxsemi,ox820";
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlyprintk console=ttyS0,115200";
                stdout-path = "serial0:115200n8";
        };
 
diff --git a/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch b/target/linux/oxnas/patches-4.14/010-add-console-to-pogoplogv3-bootargs.patch
new file mode 100644 (file)
index 0000000..56e0eaf
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts       2018-08-14 18:03:56.542679083 +0200
++++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts       2018-11-04 18:19:35.154886643 +0100
+@@ -15,7 +15,7 @@
+       compatible = "cloudengines,pogoplugv3", "oxsemi,ox820";
+       chosen {
+-              bootargs = "earlyprintk";
++              bootargs = "earlyprintk console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
+       };