Message ID | 1e96ac17ca6819cf8f35c757a63e11e815455225.1571931470.git.lorenzo@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add support to STM LSM6DSRX 6-axis Mems sensor | expand |
On Thu, 24 Oct 2019 17:42:34 +0200 Lorenzo Bianconi <lorenzo@kernel.org> wrote: > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Applied. If you get bored and feel like converting this over to yaml at somepoint that would be great ;) Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > index fc018ecba086..cef4bc16fce1 100644 > --- a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > +++ b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > @@ -15,6 +15,7 @@ Required properties: > "st,ism330dhcx" > "st,lsm9ds1-imu" > "st,lsm6ds0" > + "st,lsm6dsrx" > - reg: i2c address of the sensor / spi cs line > > Optional properties:
> > On Thu, 24 Oct 2019 17:42:34 +0200 > Lorenzo Bianconi <lorenzo@kernel.org> wrote: > > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > Applied. If you get bored and feel like converting this over > to yaml at somepoint that would be great ;) > > Thanks, ack, added to my ToDo list :) Regards, Lorenzo > > Jonathan > > > --- > > Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > > index fc018ecba086..cef4bc16fce1 100644 > > --- a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > > +++ b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt > > @@ -15,6 +15,7 @@ Required properties: > > "st,ism330dhcx" > > "st,lsm9ds1-imu" > > "st,lsm6ds0" > > + "st,lsm6dsrx" > > - reg: i2c address of the sensor / spi cs line > > > > Optional properties: >
diff --git a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt index fc018ecba086..cef4bc16fce1 100644 --- a/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt +++ b/Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt @@ -15,6 +15,7 @@ Required properties: "st,ism330dhcx" "st,lsm9ds1-imu" "st,lsm6ds0" + "st,lsm6dsrx" - reg: i2c address of the sensor / spi cs line Optional properties:
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> --- Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt | 1 + 1 file changed, 1 insertion(+)