]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commitdiff
ARM: dts: am335x: Set wakeup-source for UART0
authorSukrut Bellary <sbellary@baylibre.com>
Tue, 18 Mar 2025 23:00:41 +0000 (16:00 -0700)
committerKevin Hilman <khilman@baylibre.com>
Thu, 8 May 2025 13:15:58 +0000 (06:15 -0700)
On am335x evm[1], UART0(UART1-HW) has a wakeup capability.
Set wakeup-source, which will be used in the omap serial driver to enable
the device wakeup capability.

[1] https://www.ti.com/tool/TMDXEVM3358
[2] AM335x TRM - https://www.ti.com/lit/ug/spruh73q/spruh73q.pdf

Signed-off-by: Sukrut Bellary <sbellary@baylibre.com>
Tested-by: Judith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20250318230042.3138542-4-sbellary@baylibre.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/am335x-evm.dts

index 61bf8bcd4c4ed7c037db51da61ec0c4443b2a01a..20222f82f21bfd9d9709d2f508ea752313822b36 100644 (file)
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins>;
-
+       wakeup-source;
        status = "okay";
 };