mbox

[v2,0/2] Correct gpio-ir-recv wakeup capability

Message ID 20230324203833.3540187-1-f.fainelli@gmail.com (mailing list archive)
Headers

Message

Florian Fainelli March 24, 2023, 8:38 p.m. UTC
  This small patch series fixes the gpio-ir-recv binding and driver to
first indicate that it can be a wake-up source for the system, and
second actually make that happen.

Changes in v2:
- corrected the indentation of the description for "wakeup-source"

Florian Fainelli (2):
  dt-bindings: media: gpio-ir-receiver: Document wakeup-souce property
  media: rc: gpio-ir-recv: Fix support for wake-up

 Documentation/devicetree/bindings/media/gpio-ir-receiver.yaml | 3 +++
 drivers/media/rc/gpio-ir-recv.c                               | 2 ++
 2 files changed, 5 insertions(+)