From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [PATCH v3 0/2] ARM: dts: add device data for exynos4412-trats2 Date: Wed, 21 May 2014 22:49:52 +0900 Message-ID: <036e01cf74fb$8a96b6a0$9fc423e0$@samsung.com> References: <537B32E5.2070606@samsung.com> <537BDB0D.6060804@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <537BDB0D.6060804@gmail.com> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org To: 'Tomasz Figa' , 'Beomho Seo' , linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, 'Tomasz Figa' Cc: 'Myungjoo Ham' , 'Chanwoo Choi' , 'Jaehoon Chung' List-Id: devicetree@vger.kernel.org Tomasz Figa wrote: > > On 20.05.2014 12:48, Beomho Seo wrote: > > This patchset add some device node for exynos4412-trats2. > > It is based on v3.15-next/dt-samsung-2 branch. > > > > exynos4412-trats2.dts > > - Fix incorrect compatible. Compatible of AK8975 are "ak8975" or "asahi- > kasei,ak8975". > > - Add cm36651 light/proximity sensor device node. > > - Change gpio-key device node. fix incorrect gpio property, and then add > "ok-key" node. > > > > Changes in v3: > > - Patch set based on v3.16-next/dt-samsung > > - ARM: dts: fix incorrect compatible for exynos4412 patch is applied. > > - Remove device node property; status, interrupt-parent, interrupt > > - Changes gpio/interrupt specified index. > > > > Changes in v2: > > > > - Change ak8975 magnetic sensor compatible according to binding document. > > - Change cm36651 light/proximity sensor compatible according to binding > document and driver. > > > > Beomho Seo (2): > > ARM: dts: add cm36651 light/proximity sensor node > > ARM: dts: fixed gpio key node for exynos4412 > > > > arch/arm/boot/dts/exynos4412-trats2.dts | 46 > +++++++++++++++++++++++++------ > > 1 file changed, 38 insertions(+), 8 deletions(-) > > > > For the whole series: > > Reviewed-by: Tomasz Figa > Looks good to me too except useless 2 empty line like following? + }; + }; Will apply with removing them :-) Thanks, Kukjin