ARM: dts: exynos: Use stdout-path property instead of console in bootargs
Replacing bootargs with stdout-path property in chosen node allows using early console by adding just 'earlycon' parameter to the kernel command line. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
This commit is contained in:
parent
1fb8c97f9d
commit
06d5360946
@ -22,6 +22,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
|
bootargs = "root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
|
||||||
|
stdout-path = "serial2:115200n8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc";
|
bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M init=/linuxrc";
|
||||||
|
stdout-path = "serial2:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
vdd: fixed-regulator-vdd {
|
vdd: fixed-regulator-vdd {
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttySAC2,115200";
|
stdout-path = "serial2:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
fin_pll: xxti {
|
fin_pll: xxti {
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttySAC2,115200";
|
stdout-path = "serial2:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
fin_pll: xxti {
|
fin_pll: xxti {
|
||||||
|
@ -21,7 +21,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs = "console=ttySAC2,115200 init=/linuxrc";
|
bootargs = "init=/linuxrc";
|
||||||
|
stdout-path = "serial2:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
fixed-rate-clocks {
|
fixed-rate-clocks {
|
||||||
|
Loading…
Reference in New Issue
Block a user