From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH v2 1/3] ARM: dts: fix incorrect compatible for exynos4412 Date: Fri, 02 May 2014 20:06:50 +0200 Message-ID: <5363DEBA.6080804@gmail.com> References: <53633D38.9000108@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53633D38.9000108@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Beomho Seo , linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, Tomasz Figa , Kukjin Kim Cc: Myungjoo Ham , Chanwoo Choi , Jaehoon Chung List-Id: devicetree@vger.kernel.org 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 > Signed-off-by: MyungJoo Ham > --- > 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 Best regards, Tomasz