diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2018-07-31 10:11:33 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-07 20:11:05 +0300 |
commit | 806c99ed78cab92f4354addc2fe35666cd1b5618 (patch) | |
tree | 984802e75e6a45da4077d2b48407e570d14c48c4 /arch/arm/boot/dts/omap3-gta04a5.dts | |
parent | 61fedc14b6017a29c7cee1c2b868a4a7a5fb2028 (diff) | |
download | linux-806c99ed78cab92f4354addc2fe35666cd1b5618.tar.xz |
ARM: dts: omap3-gta04a5: uses different sensors than gta04a4
Sensors for acceleration, rotation, magnetic heading and
barometer have been replaced in the A5 variant.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-gta04a5.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04a5.dts | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index 453a87ebb860..973d07d0b4c8 100644 --- a/arch/arm/boot/dts/omap3-gta04a5.dts +++ b/arch/arm/boot/dts/omap3-gta04a5.dts @@ -105,3 +105,30 @@ ref-clock-frequency = <26000000>; }; }; + +&i2c2 { + /delete-node/ bmp085@77; + /delete-node/ bma180@41; + /delete-node/ itg3200@68; + /delete-node/ hmc5843@1e; + + bmg160@69 { + compatible = "bosch,bmg160"; + reg = <0x69>; + }; + + bmc150@10 { + compatible = "bosch,bmc150_accel"; + reg = <0x10>; + }; + + bmc150@12 { + compatible = "bosch,bmc150_magn"; + reg = <0x12>; + }; + + bme280@76 { + compatible = "bosch,bme280"; + reg = <0x76>; + }; +}; |