Skip to content

Commit 550e560

Browse files
Sukrut Bellarykhilman
authored andcommitted
ARM: dts: am335x: Set wakeup-source for UART0
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 <[email protected]> Tested-by: Judith Mendez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kevin Hilman <[email protected]>
1 parent a2db9bb commit 550e560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/ti/omap/am335x-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
&uart0 {
389389
pinctrl-names = "default";
390390
pinctrl-0 = <&uart0_pins>;
391-
391+
wakeup-source;
392392
status = "okay";
393393
};
394394

0 commit comments

Comments
 (0)