Message ID | 20201202104656.5119-1-stephan@gerhold.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/2] dt-bindings: iio: imu: mpu6050: Document invensense,mpu6880 | expand |
Perfect, thanks. Acked-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> From: Stephan Gerhold <stephan@gerhold.net> Sent: Wednesday, December 2, 2020 11:46 To: Jonathan Cameron <jic23@kernel.org> Cc: Lars-Peter Clausen <lars@metafoo.de>; Peter Meerwald-Stadler <pmeerw@pmeerw.net>; Rob Herring <robh+dt@kernel.org>; linux-iio@vger.kernel.org <linux-iio@vger.kernel.org>; devicetree@vger.kernel.org <devicetree@vger.kernel.org>; Jean-Baptiste Maneyrol <JManeyrol@invensense.com>; Stephan Gerhold <stephan@gerhold.net> Subject: [PATCH v2 1/2] dt-bindings: iio: imu: mpu6050: Document invensense,mpu6880 CAUTION: This email originated from outside of the organization. Please make sure the sender is who they say they are and do not click links or open attachments unless you recognize the sender and know the content is safe. MPU-6880 seems to be very similar to MPU-6500 / MPU-6050 and it works fine with some minor additions for the mpu6050 driver. Add a compatible for it to the binding documentation. Cc: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> Signed-off-by: Stephan Gerhold <stephan@gerhold.net> --- Note: This applies only on top of the patch for the YAML conversion: https://urldefense.proofpoint.com/v2/url?u=https-3A__lore.kernel.org_linux-2Diio_20201128173343.390165-2D3-2Djic23-40kernel.org_&d=DwIDAg&c=WoJWtq5JV8YrKnzRxvD8NxmTP_1wxfE0prPmo0NeZwg&r=4jiDX_1brsSWfCjfA6Ovj1d4h9MF8q7Xk5aBwG28mVk&m=7Gw_jalJwa1D4BnMzg_LfHmFCU9XHw85vFukmE0KiPM&s=wl10XQo2t0i1smI63VAGI6SEpE9866BnfB1CDdyDRAc&e= I guess that one will be applied very soon so I think this is easier :) Changes in v2: None :) --- .../devicetree/bindings/iio/imu/invensense,mpu6050.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml index 9268b6ca2afe..edbc2921aabd 100644 --- a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml +++ b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml @@ -25,6 +25,7 @@ properties: - invensense,mpu6050 - invensense,mpu6500 - invensense,mpu6515 + - invensense,mpu6880 - invensense,mpu9150 - invensense,mpu9250 - invensense,mpu9255
On Wed, 02 Dec 2020 11:46:55 +0100, Stephan Gerhold wrote: > MPU-6880 seems to be very similar to MPU-6500 / MPU-6050 and it works > fine with some minor additions for the mpu6050 driver. > Add a compatible for it to the binding documentation. > > Cc: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> > Signed-off-by: Stephan Gerhold <stephan@gerhold.net> > --- > Note: This applies only on top of the patch for the YAML conversion: > https://lore.kernel.org/linux-iio/20201128173343.390165-3-jic23@kernel.org/ > I guess that one will be applied very soon so I think this is easier :) > > Changes in v2: None :) > --- > .../devicetree/bindings/iio/imu/invensense,mpu6050.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Wed, 9 Dec 2020 13:59:32 -0600 Rob Herring <robh@kernel.org> wrote: > On Wed, 02 Dec 2020 11:46:55 +0100, Stephan Gerhold wrote: > > MPU-6880 seems to be very similar to MPU-6500 / MPU-6050 and it works > > fine with some minor additions for the mpu6050 driver. > > Add a compatible for it to the binding documentation. > > > > Cc: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> > > Signed-off-by: Stephan Gerhold <stephan@gerhold.net> > > --- > > Note: This applies only on top of the patch for the YAML conversion: > > https://lore.kernel.org/linux-iio/20201128173343.390165-3-jic23@kernel.org/ > > I guess that one will be applied very soon so I think this is easier :) > > > > Changes in v2: None :) > > --- > > .../devicetree/bindings/iio/imu/invensense,mpu6050.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > Acked-by: Rob Herring <robh@kernel.org> Series applied to the togreg branch of iio.git and pushed out as testing to see if the autobuilders find anything interesting. Thanks, Jonathan
diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml index 9268b6ca2afe..edbc2921aabd 100644 --- a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml +++ b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml @@ -25,6 +25,7 @@ properties: - invensense,mpu6050 - invensense,mpu6500 - invensense,mpu6515 + - invensense,mpu6880 - invensense,mpu9150 - invensense,mpu9250 - invensense,mpu9255
MPU-6880 seems to be very similar to MPU-6500 / MPU-6050 and it works fine with some minor additions for the mpu6050 driver. Add a compatible for it to the binding documentation. Cc: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> Signed-off-by: Stephan Gerhold <stephan@gerhold.net> --- Note: This applies only on top of the patch for the YAML conversion: https://lore.kernel.org/linux-iio/20201128173343.390165-3-jic23@kernel.org/ I guess that one will be applied very soon so I think this is easier :) Changes in v2: None :) --- .../devicetree/bindings/iio/imu/invensense,mpu6050.yaml | 1 + 1 file changed, 1 insertion(+)