Message ID | 20240807141227.1093006-2-msp@baylibre.com |
---|---|
State | New |
Headers | show |
Series | serial: 8250: omap: Add am62 wakeup support | expand |
On Wed, Aug 07, 2024 at 04:12:23PM +0200, Markus Schneider-Pargmann wrote: > Add the wakeup-source to enable this device as a wakeup source if > defined in DT. > > Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
diff --git a/Documentation/devicetree/bindings/serial/8250_omap.yaml b/Documentation/devicetree/bindings/serial/8250_omap.yaml index 6a7be42da523..4b78de6b46a2 100644 --- a/Documentation/devicetree/bindings/serial/8250_omap.yaml +++ b/Documentation/devicetree/bindings/serial/8250_omap.yaml @@ -76,6 +76,7 @@ properties: clock-frequency: true current-speed: true overrun-throttle-ms: true + wakeup-source: true required: - compatible
Add the wakeup-source to enable this device as a wakeup source if defined in DT. Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> --- Documentation/devicetree/bindings/serial/8250_omap.yaml | 1 + 1 file changed, 1 insertion(+)