2023-04-15 23:12:46

by Marius Hoch

[permalink] [raw]
Subject: [PATCH v3 2/6] iio: magnetometer: 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: Marius Hoch <[email protected]>
---
drivers/iio/magnetometer/st_magn_core.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/iio/magnetometer/st_magn_core.c b/drivers/iio/magnetometer/st_magn_core.c
index 8faa7409d9e1..6cc0dfd31821 100644
--- a/drivers/iio/magnetometer/st_magn_core.c
+++ b/drivers/iio/magnetometer/st_magn_core.c
@@ -427,6 +427,7 @@ static const struct st_sensor_settings st_magn_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_magn_4_16bit_channels,
.odr = {
--
2.39.2


2023-04-21 08:43:57

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v3 2/6] iio: magnetometer: st_accel: Add LSM303D

On Sun, Apr 16, 2023 at 1:12 AM Marius Hoch <[email protected]> wrote:

> 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: Marius Hoch <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij