ARM: dts: omap3-gta04: Fix magnetometer model
authorMarek Belisko <marek@goldelico.com>
Tue, 22 Jul 2014 19:59:08 +0000 (21:59 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Jul 2014 08:58:05 +0000 (01:58 -0700)
gta04 is using hmc5883l not hmc5843 so fix wrong compatible
entry.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dts

index 7d7ddd7..4067495 100644 (file)
 
        /* compass aka magnetometer */
        hmc5843@1e {
-               compatible = "honeywell,hmc5843";
+               compatible = "honeywell,hmc5883l";
                reg = <0x1e>;
        };