aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2021-05-26 14:42:20 +0930
committerJoel Stanley <joel@jms.id.au>2021-06-03 15:17:02 +0930
commit239566b032f3accb1b39c764697751857ad8bb37 (patch)
treee14007a9477aca5faec2ed1f523212817ab080f2 /arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
parentARM: dts: aspeed-g6: Add pinctrl settings (diff)
downloadlinux-dev-239566b032f3accb1b39c764697751857ad8bb37.tar.xz
linux-dev-239566b032f3accb1b39c764697751857ad8bb37.zip
ARM: dts: aspeed: Set earlycon boot argument
Most of the aspeed boards have copied the 'earlyprink' string in the bootargs. However, there's no earlyprink driver configured in the defconfigs, so this does nothing. A combination of setting stdout in the chosen node and adding earlycon to bootargs causes early serial output to appear early. This changes all boards to use this option. The console=ttyS4,115200 option is still required, as this is used by the run time uart driver. Signed-off-by: Joel Stanley <joel@jms.id.au> Acked-by: Andrew Jeffery <andrew@aj.id.au> Acked-by: Alexander Filippov <a.filippov@yadro.com> Link: https://lore.kernel.org/r/20210526051220.136432-1-joel@jms.id.au Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts')
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
index 8f5ec22e51c2..bbf8d548397b 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
@@ -9,7 +9,7 @@
chosen {
stdout-path = &uart5;
- bootargs = "console=ttyS4,115200 earlyprintk";
+ bootargs = "console=ttyS4,115200 earlycon";
};
memory@80000000 {