From patchwork Mon Jul 13 08:29:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 494273 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 04848140774 for ; Mon, 13 Jul 2015 18:33:06 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 572794B652; Mon, 13 Jul 2015 10:33:05 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v5-fw6tMEWMy; Mon, 13 Jul 2015 10:33:05 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B23F44B61F; Mon, 13 Jul 2015 10:32:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 49D204B61F for ; Mon, 13 Jul 2015 10:30:42 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ial7DhccXXy7 for ; Mon, 13 Jul 2015 10:30:38 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg010-v.nifty.com (conuserg010.nifty.com [202.248.44.36]) by theia.denx.de (Postfix) with ESMTPS id 373B44B615 for ; Mon, 13 Jul 2015 10:30:26 +0200 (CEST) Received: from beagle.diag.org (KD014014081072.au-net.ne.jp [14.14.81.72]) (authenticated) by conuserg010-v.nifty.com with ESMTP id t6D8U2Qf014776; Mon, 13 Jul 2015 17:30:12 +0900 X-Nifty-SrcIP: [14.14.81.72] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 13 Jul 2015 17:29:57 +0900 Message-Id: <1436776197-28131-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1436776197-28131-1-git-send-email-yamada.masahiro@socionext.com> References: <1436776197-28131-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini Subject: [U-Boot] [PATCH 4/4] ARM: dts: UniPhier: add GPIO controller nodes X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Add GPIO (generic port) controller nodes for PH1-sLD3, PH1-LD4, PH1-Pro4 and PH1-sLD8. Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-ph1-ld4.dtsi | 8 ++++++++ arch/arm/dts/uniphier-ph1-pro4.dtsi | 8 ++++++++ arch/arm/dts/uniphier-ph1-sld3.dtsi | 8 ++++++++ arch/arm/dts/uniphier-ph1-sld8.dtsi | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/arch/arm/dts/uniphier-ph1-ld4.dtsi b/arch/arm/dts/uniphier-ph1-ld4.dtsi index 39d7b24..686d56c 100644 --- a/arch/arm/dts/uniphier-ph1-ld4.dtsi +++ b/arch/arm/dts/uniphier-ph1-ld4.dtsi @@ -71,6 +71,14 @@ clock-frequency = <36864000>; }; + gpio: gpio@55000000 { + compatible = "socionext,uniphier-gpio"; + reg = <0x55000000 0x200>; + gpio-controller; + #gpio-cells = <2>; + ngpio = <(8 * 17)>; + }; + i2c0: i2c@58400000 { compatible = "socionext,uniphier-i2c"; #address-cells = <1>; diff --git a/arch/arm/dts/uniphier-ph1-pro4.dtsi b/arch/arm/dts/uniphier-ph1-pro4.dtsi index f06906c..920aaad 100644 --- a/arch/arm/dts/uniphier-ph1-pro4.dtsi +++ b/arch/arm/dts/uniphier-ph1-pro4.dtsi @@ -78,6 +78,14 @@ clock-frequency = <73728000>; }; + gpio: gpio@55000000 { + compatible = "socionext,uniphier-gpio"; + reg = <0x55000000 0x200>; + gpio-controller; + #gpio-cells = <2>; + ngpio = <(8 * 31)>; + }; + i2c0: i2c@58780000 { compatible = "socionext,uniphier-fi2c"; #address-cells = <1>; diff --git a/arch/arm/dts/uniphier-ph1-sld3.dtsi b/arch/arm/dts/uniphier-ph1-sld3.dtsi index 2fa42a6..3b7e33e 100644 --- a/arch/arm/dts/uniphier-ph1-sld3.dtsi +++ b/arch/arm/dts/uniphier-ph1-sld3.dtsi @@ -93,6 +93,14 @@ clock-frequency = <36864000>; }; + gpio: gpio@55000000 { + compatible = "socionext,uniphier-gpio"; + reg = <0x55000000 0x200>; + gpio-controller; + #gpio-cells = <2>; + ngpio = <(8 * 17)>; + }; + i2c0: i2c@58400000 { compatible = "socionext,uniphier-i2c"; #address-cells = <1>; diff --git a/arch/arm/dts/uniphier-ph1-sld8.dtsi b/arch/arm/dts/uniphier-ph1-sld8.dtsi index 15df50f..10f7866 100644 --- a/arch/arm/dts/uniphier-ph1-sld8.dtsi +++ b/arch/arm/dts/uniphier-ph1-sld8.dtsi @@ -71,6 +71,14 @@ clock-frequency = <80000000>; }; + gpio: gpio@55000000 { + compatible = "socionext,uniphier-gpio"; + reg = <0x55000000 0x200>; + gpio-controller; + #gpio-cells = <2>; + ngpio = <(8 * 17)>; + }; + i2c0: i2c@58400000 { compatible = "socionext,uniphier-i2c"; #address-cells = <1>;