From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout3.samsung.com ([203.254.224.33]:34610 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751415AbaFYGfy (ORCPT ); Wed, 25 Jun 2014 02:35:54 -0400 Message-id: <53AA6DC8.8030201@samsung.com> Date: Wed, 25 Jun 2014 15:35:52 +0900 From: Chanwoo Choi MIME-version: 1.0 To: Naveen Krishna Chatradhi Cc: linux-samsung-soc@vger.kernel.org, linux-iio@vger.kernel.org, naveenkrishna.ch@gmail.com, kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org, cpgs@samsung.com, devicetree@vger.kernel.org, lars@metafoo.de Subject: Re: [PATCH 3/4 v2] ARM: DTS: use new compatible string for thermistors in trats2 References: <1403677773-21141-1-git-send-email-ch.naveen@samsung.com> <1403677773-21141-4-git-send-email-ch.naveen@samsung.com> In-reply-to: <1403677773-21141-4-git-send-email-ch.naveen@samsung.com> Content-type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 06/25/2014 03:29 PM, Naveen Krishna Chatradhi wrote: > As Murata Manufactures the NTC based thermistors. The vendor > name in the compatibility is preposed to change to "murata" > > This patch uses the new compatibility string in exynos4412 based > Trats2 board. > > Signed-off-by: Naveen Krishna Chatradhi > Cc: Chanwoo Choi > --- > Changes since v1: > None > > arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts > index 11967f4..d35755a 100644 > --- a/arch/arm/boot/dts/exynos4412-trats2.dts > +++ b/arch/arm/boot/dts/exynos4412-trats2.dts > @@ -771,7 +771,7 @@ > }; > > thermistor-ap@0 { > - compatible = "ntc,ncp15wb473"; > + compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; /* VCC_1.8V_AP */ > pullup-ohm = <100000>; /* 100K */ > pulldown-ohm = <100000>; /* 100K */ > @@ -779,7 +779,7 @@ > }; > > thermistor-battery@1 { > - compatible = "ntc,ncp15wb473"; > + compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; /* VCC_1.8V_AP */ > pullup-ohm = <100000>; /* 100K */ > pulldown-ohm = <100000>; /* 100K */ > Looks good to me. Reviewed-by: Chanwoo Choi Thanks, Chanwoo Choi From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCH 3/4 v2] ARM: DTS: use new compatible string for thermistors in trats2 Date: Wed, 25 Jun 2014 15:35:52 +0900 Message-ID: <53AA6DC8.8030201@samsung.com> References: <1403677773-21141-1-git-send-email-ch.naveen@samsung.com> <1403677773-21141-4-git-send-email-ch.naveen@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <1403677773-21141-4-git-send-email-ch.naveen-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> Sender: linux-iio-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Naveen Krishna Chatradhi Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, naveenkrishna.ch-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, cpgs-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org List-Id: linux-samsung-soc@vger.kernel.org On 06/25/2014 03:29 PM, Naveen Krishna Chatradhi wrote: > As Murata Manufactures the NTC based thermistors. The vendor > name in the compatibility is preposed to change to "murata" > > This patch uses the new compatibility string in exynos4412 based > Trats2 board. > > Signed-off-by: Naveen Krishna Chatradhi > Cc: Chanwoo Choi > --- > Changes since v1: > None > > arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts > index 11967f4..d35755a 100644 > --- a/arch/arm/boot/dts/exynos4412-trats2.dts > +++ b/arch/arm/boot/dts/exynos4412-trats2.dts > @@ -771,7 +771,7 @@ > }; > > thermistor-ap@0 { > - compatible = "ntc,ncp15wb473"; > + compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; /* VCC_1.8V_AP */ > pullup-ohm = <100000>; /* 100K */ > pulldown-ohm = <100000>; /* 100K */ > @@ -779,7 +779,7 @@ > }; > > thermistor-battery@1 { > - compatible = "ntc,ncp15wb473"; > + compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; /* VCC_1.8V_AP */ > pullup-ohm = <100000>; /* 100K */ > pulldown-ohm = <100000>; /* 100K */ > Looks good to me. Reviewed-by: Chanwoo Choi Thanks, Chanwoo Choi From mboxrd@z Thu Jan 1 00:00:00 1970 From: cw00.choi@samsung.com (Chanwoo Choi) Date: Wed, 25 Jun 2014 15:35:52 +0900 Subject: [PATCH 3/4 v2] ARM: DTS: use new compatible string for thermistors in trats2 In-Reply-To: <1403677773-21141-4-git-send-email-ch.naveen@samsung.com> References: <1403677773-21141-1-git-send-email-ch.naveen@samsung.com> <1403677773-21141-4-git-send-email-ch.naveen@samsung.com> Message-ID: <53AA6DC8.8030201@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/25/2014 03:29 PM, Naveen Krishna Chatradhi wrote: > As Murata Manufactures the NTC based thermistors. The vendor > name in the compatibility is preposed to change to "murata" > > This patch uses the new compatibility string in exynos4412 based > Trats2 board. > > Signed-off-by: Naveen Krishna Chatradhi > Cc: Chanwoo Choi > --- > Changes since v1: > None > > arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts > index 11967f4..d35755a 100644 > --- a/arch/arm/boot/dts/exynos4412-trats2.dts > +++ b/arch/arm/boot/dts/exynos4412-trats2.dts > @@ -771,7 +771,7 @@ > }; > > thermistor-ap at 0 { > - compatible = "ntc,ncp15wb473"; > + compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; /* VCC_1.8V_AP */ > pullup-ohm = <100000>; /* 100K */ > pulldown-ohm = <100000>; /* 100K */ > @@ -779,7 +779,7 @@ > }; > > thermistor-battery at 1 { > - compatible = "ntc,ncp15wb473"; > + compatible = "murata,ncp15wb473"; > pullup-uv = <1800000>; /* VCC_1.8V_AP */ > pullup-ohm = <100000>; /* 100K */ > pulldown-ohm = <100000>; /* 100K */ > Looks good to me. Reviewed-by: Chanwoo Choi Thanks, Chanwoo Choi