diff options
| author | Andreas Kemnade <[email protected]> | 2023-01-17 23:30:59 +0100 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2023-01-19 10:34:39 +0200 |
| commit | 9dd320f0075fc765c6f35eb52f2a0cc73bf38a3f (patch) | |
| tree | 9382fd2b76faf93881b4df6a0916dbc111b99c8a | |
| parent | 9151b7670d1ad990d644832a092658016a0ef338 (diff) | |
ARM: dts: omap: gta04a5: cleanup i2c node names
Use generic node names.
Signed-off-by: Andreas Kemnade <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/omap3-gta04a5.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index 1ecdc985fa05..425081201fd4 100644 --- a/arch/arm/boot/dts/omap3-gta04a5.dts +++ b/arch/arm/boot/dts/omap3-gta04a5.dts @@ -120,17 +120,17 @@ /delete-node/ itg3200@68; /delete-node/ hmc5843@1e; - bmg160@69 { + gyrometer@69 { compatible = "bosch,bmg160"; reg = <0x69>; }; - bmc150@10 { + accelerometer@10 { compatible = "bosch,bmc150_accel"; reg = <0x10>; }; - bmc150@12 { + magnetometer@12 { compatible = "bosch,bmc150_magn"; reg = <0x12>; }; |