summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Birkner <wolfgang.birkner@bshg.com>2025-07-15 16:13:10 +0200
committerShawn Guo <shawnguo@kernel.org>2025-08-21 15:25:47 +0800
commit9db115e231a665e82429ea63e2efda4abd4390fe (patch)
tree6970de4d3b1b6ea9ea9fee24f7c99d8cefa868db
parentbc9dc8de130e3fd208cf489788ecb998069ce6bf (diff)
ARM: dts: imx6ulz-bsh-smm-m2: fix resume via console
Despite the current configuration being compliant with the technical reference manual (TRM), testing on the system showed that resuming from suspend via UART4 (used as the console) fails unless any other UART is also enabled. In our use case, UART2 is enabled to ensure reliable resume when UART4 is used as the console. Signed-off-by: Wolfgang Birkner <wolfgang.birkner@bshg.com> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Acked-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts b/arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts
index 6159ed70d966..2d9f495660c9 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts
@@ -33,6 +33,10 @@
status = "okay";
};
+&uart2 {
+ status = "okay";
+};
+
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3>;