[PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Marek Belisko
gta04 is using hmc5843l not hmc5843 so fix wrong compatible
entry.

Signed-off-by: Marek Belisko ma...@goldelico.com
---
 arch/arm/boot/dts/omap3-gta04.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
b/arch/arm/boot/dts/omap3-gta04.dts
index 7d7ddd7..6d1a8d8 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -220,7 +220,7 @@
 
/* compass aka magnetometer */
hmc5843@1e {
-   compatible = honeywell,hmc5843;
+   compatible = honeywell,hmc5843l;
reg = 0x1e;
};
 
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Peter Meerwald

 gta04 is using hmc5843l not hmc5843 so fix wrong compatible
 entry.

I guess you mean hmc5883l
 
 Signed-off-by: Marek Belisko ma...@goldelico.com
 ---
  arch/arm/boot/dts/omap3-gta04.dts | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
 b/arch/arm/boot/dts/omap3-gta04.dts
 index 7d7ddd7..6d1a8d8 100644
 --- a/arch/arm/boot/dts/omap3-gta04.dts
 +++ b/arch/arm/boot/dts/omap3-gta04.dts
 @@ -220,7 +220,7 @@
  
   /* compass aka magnetometer */
   hmc5843@1e {
 - compatible = honeywell,hmc5843;
 + compatible = honeywell,hmc5843l;
   reg = 0x1e;
   };
  
 

-- 

Peter Meerwald
+43-664-218 (mobile)
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Belisko Marek
On Tue, Jul 22, 2014 at 9:46 PM, Peter Meerwald pme...@pmeerw.net wrote:

 gta04 is using hmc5843l not hmc5843 so fix wrong compatible
 entry.

 I guess you mean hmc5883l
Ah right. Thanks. I'll post update version.

 Signed-off-by: Marek Belisko ma...@goldelico.com
 ---
  arch/arm/boot/dts/omap3-gta04.dts | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
 b/arch/arm/boot/dts/omap3-gta04.dts
 index 7d7ddd7..6d1a8d8 100644
 --- a/arch/arm/boot/dts/omap3-gta04.dts
 +++ b/arch/arm/boot/dts/omap3-gta04.dts
 @@ -220,7 +220,7 @@

   /* compass aka magnetometer */
   hmc5843@1e {
 - compatible = honeywell,hmc5843;
 + compatible = honeywell,hmc5843l;
   reg = 0x1e;
   };



 --

 Peter Meerwald
 +43-664-218 (mobile)

BR,

marek

-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Marek Belisko
gta04 is using hmc5883l not hmc5843 so fix wrong compatible
entry.

Signed-off-by: Marek Belisko ma...@goldelico.com
---
 arch/arm/boot/dts/omap3-gta04.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
b/arch/arm/boot/dts/omap3-gta04.dts
index 7d7ddd7..4067495 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -220,7 +220,7 @@
 
/* compass aka magnetometer */
hmc5843@1e {
-   compatible = honeywell,hmc5843;
+   compatible = honeywell,hmc5883l;
reg = 0x1e;
};
 
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html