Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Add support for magnetometer
Browse files Browse the repository at this point in the history
Add magnetometer hmc5843 node.

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
NeilBrown authored and Tony Lindgren committed Mar 2, 2014
1 parent eda1a4b commit 32f2c39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/omap3-gta04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
reg = <0x4>;
};
};

/* compass aka magnetometer */
hmc5843@1e {
compatible = "honeywell,hmc5843";
reg = <0x1e>;
};
};

&i2c3 {
Expand Down

0 comments on commit 32f2c39

Please sign in to comment.