From: Kendall Willis Date: Thu, 19 Feb 2026 19:43:19 +0000 (-0600) Subject: arm64: boot: dts: ti: k3-am62l3-evm: enable wkup_uart0_target node X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3865126f0e5b497e2a94eaaba56464ac4ce8faef;p=thirdparty%2Fkernel%2Fstable.git arm64: boot: dts: ti: k3-am62l3-evm: enable wkup_uart0_target node Change the status of the wkup_uart0_target node to enabled. The node sets the UART SYSS register to allow wakeup from WKUP UART in DeepSleep low power mode. Reviewed-by: Dhruva Gole Signed-off-by: Kendall Willis Link: https://patch.msgid.link/20260219-v6-19-wkup-uart-wakeup-v4-4-eda09dce5623@ti.com Signed-off-by: Vignesh Raghavendra --- diff --git a/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts b/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts index 3ac9a2d0d9cb..8ac7ad2cd1b9 100644 --- a/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-am62l3-evm.dts @@ -370,3 +370,7 @@ pinctrl-0 = <&wkup_uart0_pins_default>; pinctrl-names = "default"; }; + +&wkup_uart0_target { + status = "okay"; +};