[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230504091421.2054451-3-chenhuiz@axis.com>
Date: Thu, 4 May 2023 17:14:20 +0800
From: Hermes Zhang <chenhuiz@...s.com>
To: <jic23@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
<robh+dt@...nel.org>,
Jean-Baptiste Maneyrol <jmaneyrol@...ensense.com>
CC: <linux-iio@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel@...s.com>, Hermes Zhang <chenhuiz@...s.com>,
Lars-Peter Clausen <lars@...afoo.de>,
<devicetree@...r.kernel.org>
Subject: [PATCH v2 2/2] dt-bindings: iio: imu: mpu6050: Add icm20600 bindings to mpu6050
ICM-20600 is almost same as ICM-20602 which already support in mpu6050
driver. Specify "invensense,icm20602" as a fallback compatible
Signed-off-by: Hermes Zhang <chenhuiz@...s.com>
---
Notes:
v2: require specifying "invensense,icm20602" as a fallback compatible
in the binding, as suggested
.../devicetree/bindings/iio/imu/invensense,mpu6050.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml
index ec64d7877fe5..711a1beeaecf 100644
--- a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml
+++ b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml
@@ -33,6 +33,9 @@ properties:
- items:
- const: invensense,icm20608d
- const: invensense,icm20608
+ - items:
+ - const: invensense,icm20600
+ - const: invensense,icm20602
reg:
maxItems: 1
--
2.30.2
Powered by blists - more mailing lists