From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754106AbdFWCKq (ORCPT ); Thu, 22 Jun 2017 22:10:46 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:38038 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753876AbdFWCKp (ORCPT ); Thu, 22 Jun 2017 22:10:45 -0400 Message-ID: <1498183839.29101.2.camel@mhfsdcap03> Subject: Re: [PATCH v2 3/4] arm: dts: mt2701: Add display bls related nodes for MT2701 From: Weiqing Kong To: Yingjoe Chen CC: Erin Lo , Matthias Brugger , , , , , Date: Fri, 23 Jun 2017 10:10:39 +0800 In-Reply-To: <1498123650.25128.1.camel@mtksdaap41> References: <1498121019-21984-1-git-send-email-erin.lo@mediatek.com> <1498121019-21984-4-git-send-email-erin.lo@mediatek.com> <1498123650.25128.1.camel@mtksdaap41> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-06-22 at 17:27 +0800, Yingjoe Chen wrote: > On Thu, 2017-06-22 at 16:43 +0800, Erin Lo wrote: > > From: Weiqing Kong > > > > This patch adds board related config for backlight > > > > Signed-off-by: Weiqing Kong > > Signed-off-by: Erin Lo > > --- > > arch/arm/boot/dts/mt2701-evb.dts | 29 +++++++++++++++++++++++++++++ > > 1 file changed, 29 insertions(+) > > > > diff --git a/arch/arm/boot/dts/mt2701-evb.dts b/arch/arm/boot/dts/mt2701-evb.dts > > index a483798..e49c2b7 100644 > > --- a/arch/arm/boot/dts/mt2701-evb.dts > > +++ b/arch/arm/boot/dts/mt2701-evb.dts > > <...> > > > + > > +&bls { > > + status = "okay"; > > +}; > > + > > +&mmsys { > > + status = "okay"; > > +}; > > + > > +&pio { > > + pwm_bls_gpio: pwm_bls_gpio { > > + pins_cmd_dat { > > + pinmux = ; > > + }; > > + }; > > }; > > > > &auxadc { > > > To help merge, I think this should be sorted according to name. > > Joe.C Thanks for your advice, I will refine this patch as quickly. Weiqing Kong > > > >