Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: serial: stm32: add wakeup option

Add a note for enabling wakeup capabilities of usart

Signed-off-by: Bich Hemon <bich.hemon@st.com>
Signed-off-by: Erwan Le Ray <erwan.leray@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>

Link: https://lore.kernel.org/r/1560433800-12255-2-git-send-email-erwan.leray@st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Erwan Le Ray and committed by
Greg Kroah-Hartman
96b79ac7 ea5ab2e4

+5
+5
Documentation/devicetree/bindings/serial/st,stm32-usart.txt
··· 20 20 linux,rs485-enabled-at-boot-time: see rs485.txt. 21 21 - dmas: phandle(s) to DMA controller node(s). Refer to stm32-dma.txt 22 22 - dma-names: "rx" and/or "tx" 23 + - wakeup-source: bool flag to indicate this device has wakeup capabilities 24 + - interrupt-names, if optional wake-up interrupt is used, should be: 25 + - "event": the name for the interrupt line of the USART instance 26 + - "wakeup" the name for the optional wake-up interrupt 27 + 23 28 24 29 Examples: 25 30 usart4: serial@40004c00 {