imx6: add support for kernel 5.4
[openwrt/staging/chunkeey.git] / target / linux / imx6 / patches-5.4 / 100-bootargs.patch
diff --git a/target/linux/imx6/patches-5.4/100-bootargs.patch b/target/linux/imx6/patches-5.4/100-bootargs.patch
new file mode 100644 (file)
index 0000000..cf63a3b
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/arch/arm/boot/dts/imx6dl-wandboard.dts
++++ b/arch/arm/boot/dts/imx6dl-wandboard.dts
+@@ -16,4 +16,8 @@
+               device_type = "memory";
+               reg = <0x10000000 0x40000000>;
+       };
++
++      chosen {
++              bootargs = "console=ttymxc0,115200";
++      };
+ };