commit | 6b14c4bdb091cdc8c32db6042421aeb9b6136ba1 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Fri Aug 12 18:04:03 2022 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Aug 12 11:43:48 2022 -0500 |
tree | 131661fa18df4ff5dcd8d9caaaceb6bae4de1c18 | |
parent | 310283dad18be255db24a7c0c9f431cf3a326262 [diff] |
drivers: uart: stm32: Enable wakeup source only if supported LL_USART_EnableInStopMode may not be available on some series. Since PM is not enabled on those series and might never be, use a shortcut for this case. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>