Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935717AbcJRRe2 (ORCPT ); Tue, 18 Oct 2016 13:34:28 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35779 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933951AbcJRReV (ORCPT ); Tue, 18 Oct 2016 13:34:21 -0400 Date: Tue, 18 Oct 2016 20:34:14 +0300 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 v9 1/2] ARM: dts: Add TOPEET itop core board SCP package version Message-ID: <20161018173414.GA30003@kozik-lap> References: <1476811129-4450-1-git-send-email-ayaka@soulik.info> <1476811129-4450-2-git-send-email-ayaka@soulik.info> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1476811129-4450-2-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 Content-Length: 755 Lines: 20 On Wed, Oct 19, 2016 at 01:18:48AM +0800, Randy Li wrote: > The TOPEET itop is a samsung exnynos 4412 core board, which have > two package versions. This patch add the support for SCP version. > > Currently supported are USB3503A HSIC, USB OTG, eMMC, rtc and > PMIC. The future features are in the based board. Also MFC and > watchdog have been enabled. > > Signed-off-by: Randy Li > --- > arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi | 501 ++++++++++++++++++++++++ > 1 file changed, 501 insertions(+) > create mode 100644 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi Thanks, applied, with minor changes in commit msg and fix in pin function (you used macro for pull up/down instead of function). Best regards, Krzysztof