Skip to content

Commit

Permalink
dts: bindings: fix typo in icm42688
Browse files Browse the repository at this point in the history
accelerometer range is not suffixed with 'G' in the header
and also in the usages, but bindings use with suffix 'G'.
remove the suffix 'G' to have same reference.

Signed-off-by: Parthiban Nallathambi <[email protected]>
  • Loading branch information
parthitce authored and dkalowsk committed Aug 15, 2024
1 parent 213da72 commit 17f1133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dts/bindings/sensor/invensense,icm42688.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ properties:
Specify the accelerometer range in g.
Default is power-up configuration.
enum:
- 0 # ICM42688_DT_ACCEL_FS_16G
- 1 # ICM42688_DT_ACCEL_FS_8G
- 2 # ICM42688_DT_ACCEL_FS_4G
- 3 # ICM42688_DT_ACCEL_FS_2G
- 0 # ICM42688_DT_ACCEL_FS_16
- 1 # ICM42688_DT_ACCEL_FS_8
- 2 # ICM42688_DT_ACCEL_FS_4
- 3 # ICM42688_DT_ACCEL_FS_2

gyro-pwr-mode:
type: int
Expand Down

0 comments on commit 17f1133

Please sign in to comment.