Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965071AbaFXQ2y (ORCPT ); Tue, 24 Jun 2014 12:28:54 -0400 Received: from mail-ve0-f172.google.com ([209.85.128.172]:39524 "EHLO mail-ve0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965033AbaFXQ2u (ORCPT ); Tue, 24 Jun 2014 12:28:50 -0400 MIME-Version: 1.0 In-Reply-To: <53A91E09.7050603@gmail.com> References: <1403556576-8038-1-git-send-email-dianders@chromium.org> <53A91E09.7050603@gmail.com> Date: Tue, 24 Jun 2014 09:28:49 -0700 X-Google-Sender-Auth: aemiHorMmNjoU5Lh0LQQPw2BE74 Message-ID: Subject: Re: [PATCH v2] ARM: dts: Add cros_ec to exynos5420-peach-pit and exynos5800-peach-pi From: Doug Anderson To: Tushar Behera Cc: Kukjin Kim , Mark Rutland , Tomasz Figa , linux-samsung-soc , Russell King , Ian Campbell , "devicetree@vger.kernel.org" , Kevin Hilman , Pawel Moll , Stephen Warren , Tushar Behera , Olof Johansson , Rob Herring , Ben Dooks , naveen krishna , "linux-arm-kernel@lists.infradead.org" , Rahul Sharma , Simon Glass , "linux-kernel@vger.kernel.org" , Kumar Gala , Ajay kumar , Javier Martinez Canillas Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tushar, On Mon, Jun 23, 2014 at 11:43 PM, Tushar Behera wrote: > On 06/24/2014 02:19 AM, Doug Anderson wrote: >> This adds cros_ec to exynos5420-peach-pit and exynos5800-peach-pi, >> including: >> * The keyboard >> * The i2c tunnel >> * The tps65090 under the i2c tunnel >> * The battery under the i2c tunnel >> >> To add extra motivation, it should be noted that tps65090 is one of >> the things needed to get display-related FETs turned on for pit and >> pi. >> >> Note that this relies on a few outstanding changes: >> * Needs (spi: s3c64xx: fix broken "cs_gpios" usage in the driver) and >> (spi: s3c64xx: for DT platofrms always get the chipselect info from >> DT node) to work properly and match the documented bindings. See >> and >> >> >> Signed-off-by: Doug Anderson >> Tested-by: Javier Martinez Canillas > > Along with the dependency patches on next-20140623, tested keyboard on > Peach-Pi board. > > Tested-by: Tushar Behera > > Some comments below. > >> --- >> Changes in v2: >> - Now just one patch since mfd patch landed. >> - Rebased to ToT linux-next >> >> arch/arm/boot/dts/exynos5420-peach-pit.dts | 145 +++++++++++++++++++++++++++++ >> arch/arm/boot/dts/exynos5800-peach-pi.dts | 145 +++++++++++++++++++++++++++++ >> 2 files changed, 290 insertions(+) >> >> diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts >> index 7649982..581f385 100644 >> --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts >> +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts > >> + regulators { >> + dcdc1 { >> + ti,enable-ext-control; >> + }; >> + dcdc2 { >> + ti,enable-ext-control; >> + }; >> + dcdc3 { >> + ti,enable-ext-control; >> + }; >> + fet1 { > > "tps65090_fet1: fet1 {" ? > >> + regulator-name = "vcd_led"; >> + }; >> + tps65090_fet2: fet2 { > > I would suggest we add similar labels to fet1, fet3, fet4, fet5 and fet6 > also. That way it would be easy to reference them in subsequent DT nodes. > > Same comment for Peach-Pi dts file too. OK. I added it to all the regulators in tps65090. That'll probably be useful for Javier in his max77802 work. -Doug -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/