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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: accel: fxls8962af: add wakeup-source property

Add a wakeup-source property to the binding to describe whether the
wakeup interrupts from the accelerometer can wake the system from
suspend.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20241203-fxlsdt-v2-1-ef523461b507@geanix.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Sean Nyekjaer and committed by
Jonathan Cameron
c3084fad aed2bcd2

+6
+6
Documentation/devicetree/bindings/iio/accel/nxp,fxls8962af.yaml
··· 46 46 drive-open-drain: 47 47 type: boolean 48 48 49 + wakeup-source: 50 + $ref: /schemas/types.yaml#/definitions/flag 51 + description: 52 + Enable wake on accelerometer event 53 + 49 54 required: 50 55 - compatible 51 56 - reg ··· 74 69 interrupt-parent = <&gpio0>; 75 70 interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; 76 71 interrupt-names = "INT1"; 72 + wakeup-source; 77 73 }; 78 74 }; 79 75 - |