Armv8 Juno/FVP update for v6.12

Just a single update adding stdout-path to the fast models(FVP and
Foundation) which eliminates the need to specify any platform-specific
kernel command line parameters to get working earlycon or console.

* tag 'juno-update-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: fvp: Set stdout-path to serial0 in the chosen node

Link: https://lore.kernel.org/r/20240830135837.2383557-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann
2024-09-03 10:31:31 +00:00
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -18,7 +18,9 @@
#address-cells = <2>;
#size-cells = <2>;
chosen { };
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &v2m_serial0;
+3 -1
View File
@@ -24,7 +24,9 @@
#address-cells = <2>;
#size-cells = <2>;
chosen { };
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &v2m_serial0;
+3 -1
View File
@@ -23,7 +23,9 @@
#address-cells = <2>;
#size-cells = <2>;
chosen { };
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &v2m_serial0;