]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: boot: dts: ti: k3-am62l3-evm: enable wkup_uart0_target node
authorKendall Willis <k-willis@ti.com>
Thu, 19 Feb 2026 19:43:19 +0000 (13:43 -0600)
committerVignesh Raghavendra <vigneshr@ti.com>
Tue, 10 Mar 2026 09:40:02 +0000 (15:10 +0530)
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 <d-gole@ti.com>
Signed-off-by: Kendall Willis <k-willis@ti.com>
Link: https://patch.msgid.link/20260219-v6-19-wkup-uart-wakeup-v4-4-eda09dce5623@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am62l3-evm.dts

index 3ac9a2d0d9cb78d87479c4a8aed5c0b1f1cb3faa..8ac7ad2cd1b9695482ede804c77dc382820fbe8b 100644 (file)
        pinctrl-0 = <&wkup_uart0_pins_default>;
        pinctrl-names = "default";
 };
+
+&wkup_uart0_target {
+       status = "okay";
+};