dts: bindings: fix typo in icm42688

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 <parthiban@linumiz.com>
This commit is contained in:
Parthiban Nallathambi 2024-08-13 14:39:59 +05:30 committed by Dan Kalowsky
parent 213da72d06
commit 17f11332a9

View file

@ -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