Message ID | 20230415231130.115094-7-mail@mariushoch.de |
---|---|
State | New |
Headers | show |
Series | iio: st_sensors: Add lsm303d support | expand |
On 16/04/2023 01:11, Marius Hoch wrote: > Same as the lsm9ds0, except that the lsm303d doesn't > feature a gyroscope. > > Signed-off-by: Marius Hoch <mail@mariushoch.de> > --- > Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > index c6201976378f..194aca5542c2 100644 > --- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > +++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > @@ -85,6 +85,7 @@ properties: > - description: IMUs > enum: > - st,lsm9ds0-imu > + - st,lsm303d-imu The entries are ordered by name. With fixed: Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Sun, 16 Apr 2023 09:29:23 +0200 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > On 16/04/2023 01:11, Marius Hoch wrote: > > Same as the lsm9ds0, except that the lsm303d doesn't > > feature a gyroscope. > > > > Signed-off-by: Marius Hoch <mail@mariushoch.de> > > --- > > Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > > index c6201976378f..194aca5542c2 100644 > > --- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > > +++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml > > @@ -85,6 +85,7 @@ properties: > > - description: IMUs > > enum: > > - st,lsm9ds0-imu > > + - st,lsm303d-imu > > The entries are ordered by name. > > With fixed: > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > I tidied up the ordering whilst applying and also swapped the ordering in patch 3 for similar reason. Note that we are very late in this cycle so unless there is an unexpected delay these will sit in the branch I push out as iio.git/testing until after rc1 when I'll rebase it on rc1 and push out as togreg for linux-next to pick up for the 6.5 cycle. Plenty of time for others to comment in the meantime, but I'm guessing we won't get much and this way I can 'probably' forget about handling this series individually. Jonathan > > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml index c6201976378f..194aca5542c2 100644 --- a/Documentation/devicetree/bindings/iio/st,st-sensors.yaml +++ b/Documentation/devicetree/bindings/iio/st,st-sensors.yaml @@ -85,6 +85,7 @@ properties: - description: IMUs enum: - st,lsm9ds0-imu + - st,lsm303d-imu - description: Deprecated bindings enum: - st,lis302dl-spi
Same as the lsm9ds0, except that the lsm303d doesn't feature a gyroscope. Signed-off-by: Marius Hoch <mail@mariushoch.de> --- Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 1 + 1 file changed, 1 insertion(+)