projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2618a18
)
ARM: dts: omap3-gta04: Fix magnetometer model
author
Marek Belisko
<marek@goldelico.com>
Tue, 22 Jul 2014 19:59:08 +0000
(21:59 +0200)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/omap3-gta04.dts
b/arch/arm/boot/dts/omap3-gta04.dts
index 7d7ddd7065c155e0a973e1c234c720307a407ff3..406749573e35a35f648fc924b04391e0c5f16854 100644
(file)
--- 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,hmc58
43
";
+ compatible = "honeywell,hmc58
83l
";
reg = <0x1e>;
};