]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6ulz-bsh-smm-m2: fix resume via console
authorWolfgang Birkner <wolfgang.birkner@bshg.com>
Tue, 15 Jul 2025 14:13:10 +0000 (16:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 21 Aug 2025 07:25:47 +0000 (15:25 +0800)
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>
arch/arm/boot/dts/nxp/imx/imx6ulz-bsh-smm-m2.dts

index 6159ed70d96616053f16426f3fc9f19b468bd408..2d9f495660c9a329dcfb15d04864690efbd1cb7f 100644 (file)
        status = "okay";
 };
 
+&uart2 {
+       status = "okay";
+};
+
 &uart3 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart3>;