diff options
| author | Kendall Willis <k-willis@ti.com> | 2026-02-19 22:43:19 +0300 |
|---|---|---|
| committer | Vignesh Raghavendra <vigneshr@ti.com> | 2026-03-10 12:40:02 +0300 |
| commit | 3865126f0e5b497e2a94eaaba56464ac4ce8faef (patch) | |
| tree | 0ba4bb37843aaa2e0fa24f41c70832c4f0a75550 | |
| parent | 54217686642ac0007d4e0c8032c0250dd9b29f91 (diff) | |
| download | linux-3865126f0e5b497e2a94eaaba56464ac4ce8faef.tar.xz | |
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 <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>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62l3-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; +}; |
