Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751725AbbLaLYF (ORCPT ); Thu, 31 Dec 2015 06:24:05 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:36145 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750876AbbLaLYB (ORCPT ); Thu, 31 Dec 2015 06:24:01 -0500 Subject: Re: [PATCH v3 5/5] arm: dts: Add pinctrl/GPIO/EINT node for mt2701 To: Biao Huang , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Linus Walleij References: <1451286546-5920-1-git-send-email-biao.huang@mediatek.com> <1451286546-5920-6-git-send-email-biao.huang@mediatek.com> Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, srv_heupstream@mediatek.com, yingjoe.chen@mediatek.com, hongzhou.yang@mediatek.com, erin.lo@mediatek.com From: Matthias Brugger Message-ID: <5685104D.7070008@gmail.com> Date: Thu, 31 Dec 2015 12:23:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1451286546-5920-6-git-send-email-biao.huang@mediatek.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1783 Lines: 59 On 28/12/15 08:09, Biao Huang wrote: > Add pinctrl and GPIO node to mt2701.dtsi > > Signed-off-by: Biao Huang > Acked-by: Linus Walleij > --- > arch/arm/boot/dts/mt2701.dtsi | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > Signed-off-by: Matthias Brugger Linus, will you take this patch through your branch? > diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi > index dc02f76..bd88ae9 100644 > --- a/arch/arm/boot/dts/mt2701.dtsi > +++ b/arch/arm/boot/dts/mt2701.dtsi > @@ -17,6 +17,7 @@ > #include > #include > #include "skeleton64.dtsi" > +#include "mt2701-pinfunc.h" > > / { > compatible = "mediatek,mt2701"; > @@ -99,6 +100,24 @@ > #reset-cells = <1>; > }; > > + pio: pinctrl@10005000 { > + compatible = "mediatek,mt2701-pinctrl"; > + reg = <0 0x1000b000 0 0x1000>; > + mediatek,pctl-regmap = <&syscfg_pctl_a>; > + pins-are-numbered; > + gpio-controller; > + #gpio-cells = <2>; > + interrupt-controller; > + #interrupt-cells = <2>; > + interrupts = , > + ; > + }; > + > + syscfg_pctl_a: syscfg@10005000 { > + compatible = "mediatek,mt2701-pctl-a-syscfg", "syscon"; > + reg = <0 0x10005000 0 0x1000>; > + }; > + > watchdog: watchdog@10007000 { > compatible = "mediatek,mt2701-wdt", > "mediatek,mt6589-wdt"; > -- 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/