Commit 9445368b authored by Marius Hoch's avatar Marius Hoch Committed by Jonathan Cameron
Browse files

iio: accel: st_accel: Add LSM303D



The lsm303d has the same register mapping as the lsm9ds0,
thus we can just re-use that.

Tested on a Lenovo Yoga Tablet 2 1051-F.

Signed-off-by: default avatarMarius Hoch <mail@mariushoch.de>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Tested-by: default avatarHans de Goede <hansg@kernel.org>
Link: https://lore.kernel.org/r/20230415231130.115094-2-mail@mariushoch.de


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent ef513aa7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1007,6 +1007,7 @@ static const struct st_sensor_settings st_accel_sensors_settings[] = {
		.wai_addr = ST_SENSORS_DEFAULT_WAI_ADDRESS,
		.sensors_supported = {
			[0] = LSM9DS0_IMU_DEV_NAME,
			[1] = LSM303D_IMU_DEV_NAME,
		},
		.ch = (struct iio_chan_spec *)st_accel_16bit_channels,
		.odr = {
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
#include <linux/platform_data/st_sensors_pdata.h>

#define LSM9DS0_IMU_DEV_NAME		"lsm9ds0"
#define LSM303D_IMU_DEV_NAME		"lsm303d"

/*
 * Buffer size max case: 2bytes per channel, 3 channels in total +