commit | 01dc3c48e6652d22ad0c94b922c7e617f3f418cd | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Thu Oct 12 17:43:51 2023 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Nov 06 14:00:54 2023 +0000 |
tree | 5b91d90ae71fe8b0d8923ce4356a5bce84afad29 | |
parent | f67ecc31aa72bce582cd66b48c87e73f01f41e86 [diff] |
drivers/sensor: lis2dh: add INT1/INT2 gpio interrupt config in DT Add INT1/INT2 gpio interrupt configuration at Device Tree level. Two new properties: - int1-gpio-config - int2-gpio-config Possible values: 0 = GPIO_INT_EDGE 1 = GPIO_INT_EDGE_RISING 2 = GPIO_INT_EDGE_FALLING 3 = GPIO_INT_LEVEL_HIGH 4 = GPIO_INT_LEVEL_LOW Fixes #63736 Signed-off-by: Armando Visconti <armando.visconti@st.com>