The current driver support sca3300 only, modified to support SCL3300. Verified with SCL3300 on IMX8MM. SCL3300 is a three-axis accelerometer sensor with angle output, the change adds the support of scl3300 and inclination data output. Changes in v7: - Add comments inline for non-obvious code. - Documentation for sca3300_data change. - Small refactor function sca3300_set_frequency. LI Qingwu (5): dt-bindings: iio: accel: sca3300: Document murata,scl3300 iio: accel: sca3300: add define for temp channel for reuse. iio: accel: sca3300: modified to support multi chips iio: accel: sca3300: Add support for SCL3300 iio: accel: sca3300: Add inclination channels .../bindings/iio/accel/murata,sca3300.yaml | 1 + drivers/iio/accel/sca3300.c | 323 +++++++++++++++--- 2 files changed, 269 insertions(+), 55 deletions(-) -- 2.25.1