From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759066AbcAUJN1 (ORCPT ); Thu, 21 Jan 2016 04:13:27 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:36400 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224AbcAUJMo (ORCPT ); Thu, 21 Jan 2016 04:12:44 -0500 Date: Thu, 21 Jan 2016 10:12:41 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: =?utf-8?Q?Beno=C3=AEt?= Cousson , Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Pavel Machek Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: n900: Include adp1653 device Message-ID: <20160121091241.GS7192@pali> References: <1451086812-3729-1-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1451086812-3729-1-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 26 December 2015 00:40:12 Pali Rohár wrote: > This patch adds adp1653 device into n900 DT structure. DT support in > adp1653 driver is there since v4.2-rc1 version. > > Signed-off-by: Pali Rohár > --- > arch/arm/boot/dts/omap3-n900.dts | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts > index 5f5e0f3..ba93642 100644 > --- a/arch/arm/boot/dts/omap3-n900.dts > +++ b/arch/arm/boot/dts/omap3-n900.dts > @@ -522,6 +522,21 @@ > amstaos,cover-comp-gain = <16>; > }; > > + adp1653: led-controller@30 { > + compatible = "adi,adp1653"; > + reg = <0x30>; > + enable-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>; /* 88 */ > + > + flash { > + flash-timeout-us = <500000>; > + flash-max-microamp = <320000>; > + led-max-microamp = <50000>; > + }; > + indicator { > + led-max-microamp = <17500>; > + }; > + }; > + > lp5523: lp5523@32 { > compatible = "national,lp5523"; > reg = <0x32>; PING, who can take this patch? I still do not see it in linus tree nor in others like arm-soc... -- Pali Rohár pali.rohar@gmail.com