All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: fix incorrect compatible for exynos4412
@ 2014-03-26  7:08 Beomho Seo
  2014-04-25  2:05 ` [RESEND PATCH " Beomho Seo
  0 siblings, 1 reply; 2+ messages in thread
From: Beomho Seo @ 2014-03-26  7:08 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree
  Cc: Kukjin Kim, Tomasz Figa, Myungjoo Ham, Chanwoo Choi,
	Jaehoon Chung

This patch fixed incorrect compatible for ak8975 magnetic sensor.
ak8975 magnetic sensor use compatible "ak8975" or "asahi-kasei,ak8975".

Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
---
 arch/arm/boot/dts/exynos4412-trats2.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts
index 3228506..42418e2 100644
--- a/arch/arm/boot/dts/exynos4412-trats2.dts
+++ b/arch/arm/boot/dts/exynos4412-trats2.dts
@@ -494,7 +494,7 @@
 		status = "okay";

 		ak8975@0c {
-			compatible = "ak,ak8975";
+			compatible = "ak8975";
 			reg = <0x0c>;
 			gpios = <&gpj0 7 0>;
 		};
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-25  2:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26  7:08 [PATCH 1/3] ARM: dts: fix incorrect compatible for exynos4412 Beomho Seo
2014-04-25  2:05 ` [RESEND PATCH " Beomho Seo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.