Commit 32f2c393 authored by NeilBrown's avatar NeilBrown Committed by Tony Lindgren

ARM: dts: omap3-gta04: Add support for magnetometer

Add magnetometer hmc5843 node.
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent eda1a4bf
......@@ -122,6 +122,12 @@ gta04_led4: green_power@4 {
reg = <0x4>;
};
};
/* compass aka magnetometer */
hmc5843@1e {
compatible = "honeywell,hmc5843";
reg = <0x1e>;
};
};
&i2c3 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment