diff options
| author | Andreas Kemnade <[email protected]> | 2023-09-27 19:32:43 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2023-10-05 14:44:05 +0100 |
| commit | 14114c8a747e12c169550d1806f8f87345480448 (patch) | |
| tree | c85fbcb154afcbab055de4326010ded60a1f33bc | |
| parent | 67142d6f1e2fd97c035a42612b5b28809dc5f6ea (diff) | |
dt-bindings: iio: imu: mpu6050: Add level shifter
Add a level shifter flag as found in ancient platform data struct:
level_shifter: 0: VLogic, 1: VDD
Signed-off-by: Andreas Kemnade <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Jean-Baptiste Maneyrol <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml index 1db6952ddca5..297b8a1a7ffb 100644 --- a/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml +++ b/Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml @@ -48,6 +48,11 @@ properties: mount-matrix: true + invensense,level-shifter: + type: boolean + description: | + From ancient platform data struct: false: VLogic, true: VDD + i2c-gate: $ref: /schemas/i2c/i2c-controller.yaml unevaluatedProperties: false |