From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932354AbcIRTX2 (ORCPT ); Sun, 18 Sep 2016 15:23:28 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:34366 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759583AbcIRTXT (ORCPT ); Sun, 18 Sep 2016 15:23:19 -0400 Date: Sun, 18 Sep 2016 21:23:14 +0200 From: Krzysztof Kozlowski To: Randy Li Cc: devicetree@vger.kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, kgene@kernel.org, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, robh@kernel.org Subject: Re: [PATCH v7 2/3] ARM: dts: add TOPEET itop elite based board Message-ID: <20160918192314.GA6676@kozik-book> References: <1474207279-9662-1-git-send-email-ayaka@soulik.info> <1474207279-9662-3-git-send-email-ayaka@soulik.info> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1474207279-9662-3-git-send-email-ayaka@soulik.info> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 18, 2016 at 10:01:18PM +0800, Randy Li wrote: > The TOPEET itop exynos 4412 have three versions base board. The > Elite version is the cheap one without too much peripheral devices > on it. > > Currently supported are serial console, wired networking(USB), > USB OTG in peripheral mode, USB host, SD storage, GPIO buttons, > PWM beeper, ADC and LEDs. The WM8960 analog audio codec is also > enabled. > > The FIMC is not used for camera currently, I enabled it just for a > colorspace convertor. > > Signed-off-by: Randy Li > --- > .../bindings/arm/samsung/samsung-boards.txt | 3 + > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/exynos4412-itop-elite.dts | 240 +++++++++++++++++++++ > 3 files changed, 244 insertions(+) > create mode 100644 arch/arm/boot/dts/exynos4412-itop-elite.dts Looks good to me, for the record: Reviewed-by: Krzysztof Kozlowski You don't need to resend the third patch. Rob took it. Best regards, Krzysztof