The current driver support sca3300 only. Modifed for support SCL3300. Verifed with SCL3300 on IMX8MM. Splited the change for review. Same as sca3300, scl3300 have 3-axis acceleration,and temperature. Different with sca3300, it can output inclination data directly. The change add the support with scl3300, support inclination data output. Change in V2: Drop the extra interface for set/get opration mode. Drop the interface for enalbe/disable inclination output, set inclination output is alwasy on. Fix the findings in V1. 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 | 271 ++++++++++++++---- 2 files changed, 222 insertions(+), 50 deletions(-) -- 2.25.1