mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
61fedc14b6
commit
806c99ed78
@ -105,3 +105,30 @@ wlcore: wlcore@2 {
|
|||||||
ref-clock-frequency = <26000000>;
|
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>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user