Add support for ASM330LHHX IMU mems sensor https://www.st.com/resource/en/datasheet/asm330lhhx.pdf Lorenzo Bianconi (2): iio: imu: st_lsm6dsx: add support to ASM330LHHX dt-bindings: iio: imu: st_lsm6dsx: add asm330lhhx device bindings Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 1 + drivers/iio/imu/st_lsm6dsx/Kconfig | 6 +++--- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 ++ drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 3 ++- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 6 +++++- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 +++++ drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 5 +++++ 7 files changed, 23 insertions(+), 5 deletions(-) -- 2.35.1