From patchwork Thu Jun 4 07:19:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Y Vo X-Patchwork-Id: 480529 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id CC9191401F6 for ; Thu, 4 Jun 2015 17:19:17 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750872AbbFDHTQ (ORCPT ); Thu, 4 Jun 2015 03:19:16 -0400 Received: from exprod5og115.obsmtp.com ([64.18.0.246]:34537 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751125AbbFDHTP (ORCPT ); Thu, 4 Jun 2015 03:19:15 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]) (using TLSv1) by exprod5ob115.postini.com ([64.18.4.12]) with SMTP ID DSNKVW/78iP93Jc4AH7z7c/f0KDO6jZ+DPo4@postini.com; Thu, 04 Jun 2015 00:19:15 PDT Received: by pdjm12 with SMTP id m12so24847360pdj.3 for ; Thu, 04 Jun 2015 00:19:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=wdslX3dY4w4EzfwLID/Lm2vmRGhiVtS8wFZT5snSzE0=; b=U6R24shLH4PClsogKrI0z8Afmm5Oejofl0NRwIB4vj3HlMWHqlI03ah06CQ0h7g1gV DNgGH4kPFSG5RciwLVmS5oeHOHCef22w3SH549EhVIq4umFOGRrCcKf8jHKhiWM65xjX clAQE5T2joJokVUwdMu4qI/KFsJcP1PLR2f9yrY2YVI6yJuiyE2ZnZ1PvVhGTMyv0H/c bT9v7a3iD5e5QEtJNPKpH6XiVIhBWuBflcJJQnuj2jVBq6ztT9BiHoebEda1OG1ucaku RZdlcYwkVQWIOyGSQ059W4Y1RPQ/ghbhORejU6MDMIM6Uuk2K6zexD7ed+fk+6Qp9+SR m6Gg== X-Gm-Message-State: ALoCoQnaIyv6AyQWsbJ7hx9CKgGhikB2f6/k3VXFxa80vMqetQOuYR5yc9b+wtafMz0zTlhjyVvaUe+aC43KNpu7MXd6x8IyfVTw7H/ihanOAFAyfUUDi5LhlXXgqrCrbCu1ADbv3VPnJzLVDAojeY4mJvIk7ZYfPw== X-Received: by 10.68.98.65 with SMTP id eg1mr28748715pbb.72.1433402354535; Thu, 04 Jun 2015 00:19:14 -0700 (PDT) X-Received: by 10.68.98.65 with SMTP id eg1mr28748693pbb.72.1433402354399; Thu, 04 Jun 2015 00:19:14 -0700 (PDT) Received: from localhost.localdomain ([118.69.219.197]) by mx.google.com with ESMTPSA id y11sm2800827pdi.16.2015.06.04.00.19.10 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 04 Jun 2015 00:19:13 -0700 (PDT) From: Y Vo To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Catalin Marinas , Will Deacon , arm@kernel.org, linux-kernel@vger.kernel.org Cc: Y Vo , Phong Vo , Toan Le , patches@apm.com, Loc Ho Subject: [PATCH v0] arm64: dts: Add APM X-Gene standby GPIO controller DTS entries Date: Thu, 4 Jun 2015 14:19:04 +0700 Message-Id: <1433402344-20836-1-git-send-email-yvo@apm.com> X-Mailer: git-send-email 1.7.1 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add standby domain gpio controller for APM X-Gene SoC platform. Signed-off-by: Y Vo Acked-by: Linus Walleij --- arch/arm64/boot/dts/apm/apm-storm.dtsi | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index f1ad9c2..2e1c438 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -587,6 +587,19 @@ phy-names = "sata-phy"; }; + sbgpio: sbgpio@17001000{ + compatible = "apm,xgene-gpio-sb"; + reg = <0x0 0x17001000 0x0 0x400>; + #gpio-cells = <2>; + gpio-controller; + interrupts = <0x0 0x28 0x1>, + <0x0 0x29 0x1>, + <0x0 0x2a 0x1>, + <0x0 0x2b 0x1>, + <0x0 0x2c 0x1>, + <0x0 0x2d 0x1>; + }; + rtc: rtc@10510000 { compatible = "apm,xgene-rtc"; reg = <0x0 0x10510000 0x0 0x400>;