[PATCH] dts: freescale: imx8mp-phyboard-pollux-rdk: Add console UART bootargs

From: Benjamin Hahn
Date: Thu Aug 08 2024 - 05:35:08 EST


Pass the console UART bootargs parameter via the devicetree for booting
EFI binaries.

Signed-off-by: Benjamin Hahn <B.Hahn@xxxxxxxxx>
---
arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
index 00a240484c25..552b528fb663 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
@@ -16,6 +16,7 @@ / {
"phytec,imx8mp-phycore-som", "fsl,imx8mp";

chosen {
+ bootargs = "console=ttymxc0,115200";
stdout-path = &uart1;
};


---
base-commit: 17712b7ea0756799635ba159cc773082230ed028
change-id: 20240808-add_bootargs_to_devicetree-6900d99baf6c

Best regards,
--
Benjamin Hahn <B.Hahn@xxxxxxxxx>