All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ARM: dts: fix incorrect compatible for exynos4412
@ 2014-05-02  6:37 Beomho Seo
  2014-05-02 18:06 ` Tomasz Figa
  0 siblings, 1 reply; 3+ messages in thread
From: Beomho Seo @ 2014-05-02  6:37 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree, Tomasz Figa, Kukjin Kim
  Cc: 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"
In this patch, use "asahi-kasei,ak8975" according to dt bindings document.

Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
---
Changes in v2:
- Compatible is changed according to device tree binding document.
---
 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..1279a8a 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 = "asahi-kasei,ak8975";
 			reg = <0x0c>;
 			gpios = <&gpj0 7 0>;
 		};
-- 
1.7.9.5

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

* Re: [PATCH v2 1/3] ARM: dts: fix incorrect compatible for exynos4412
  2014-05-02  6:37 [PATCH v2 1/3] ARM: dts: fix incorrect compatible for exynos4412 Beomho Seo
@ 2014-05-02 18:06 ` Tomasz Figa
  2014-05-19 16:10   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Tomasz Figa @ 2014-05-02 18:06 UTC (permalink / raw)
  To: Beomho Seo, linux-samsung-soc, devicetree, Tomasz Figa, Kukjin Kim
  Cc: Myungjoo Ham, Chanwoo Choi, Jaehoon Chung

On 02.05.2014 08:37, Beomho Seo wrote:
> This patch fixed incorrect compatible for ak8975 magnetic sensor.
> ak8975 magnetic sensor use compatible "ak8975" or "asahi-kasei,ak8975"
> In this patch, use "asahi-kasei,ak8975" according to dt bindings document.
>
> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
> ---
> Changes in v2:
> - Compatible is changed according to device tree binding document.
> ---
>   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..1279a8a 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 = "asahi-kasei,ak8975";
>   			reg = <0x0c>;
>   			gpios = <&gpj0 7 0>;
>   		};
>

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

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

* Re: [PATCH v2 1/3] ARM: dts: fix incorrect compatible for exynos4412
  2014-05-02 18:06 ` Tomasz Figa
@ 2014-05-19 16:10   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2014-05-19 16:10 UTC (permalink / raw)
  To: Tomasz Figa
  Cc: Beomho Seo, linux-samsung-soc, devicetree, Tomasz Figa,
	Kukjin Kim, Myungjoo Ham, Chanwoo Choi, Jaehoon Chung

On 05/03/14 03:06, Tomasz Figa wrote:
> On 02.05.2014 08:37, Beomho Seo wrote:
>> This patch fixed incorrect compatible for ak8975 magnetic sensor.
>> ak8975 magnetic sensor use compatible "ak8975" or "asahi-kasei,ak8975"
>> In this patch, use "asahi-kasei,ak8975" according to dt bindings
>> document.
>>
>> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
>> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
>> ---
>> Changes in v2:
>> - Compatible is changed according to device tree binding document.
>> ---
>> 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..1279a8a 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 = "asahi-kasei,ak8975";
>> reg = <0x0c>;
>> gpios = <&gpj0 7 0>;
>> };
>>
>
> Reviewed-by: Tomasz Figa <t.figa@samsung.com>
>
Applied, thanks.

- Kukjin

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

end of thread, other threads:[~2014-05-19 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-02  6:37 [PATCH v2 1/3] ARM: dts: fix incorrect compatible for exynos4412 Beomho Seo
2014-05-02 18:06 ` Tomasz Figa
2014-05-19 16:10   ` Kukjin Kim

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.