From patchwork Wed Oct 8 14:52:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Y Vo X-Patchwork-Id: 397659 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 065CE140077 for ; Thu, 9 Oct 2014 02:03:00 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753550AbaJHPC7 (ORCPT ); Wed, 8 Oct 2014 11:02:59 -0400 Received: from exprod5og118.obsmtp.com ([64.18.0.160]:37248 "HELO exprod5og118.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750858AbaJHPC6 (ORCPT ); Wed, 8 Oct 2014 11:02:58 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]) (using TLSv1) by exprod5ob118.postini.com ([64.18.4.12]) with SMTP ID DSNKVDVSIuxXwxJAf+arUx3sFrJdMwrxOmRU@postini.com; Wed, 08 Oct 2014 08:02:58 PDT Received: by mail-pd0-f180.google.com with SMTP id fp1so7056371pdb.11 for ; Wed, 08 Oct 2014 08:02:58 -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:in-reply-to :references; bh=yRstgFkLTjllIaPPAdmJ2+jCJQlStnbMqxjiHq6bwyY=; b=EuFZPWmi7xm8SaH5raman9CGzVHouZVgUpdwuQq8j+V2xWWj5VYk7rqjbxHKmDUbE/ NQGhjnb+oljHtXnd8xfmvnE/149I/8hnN0sQQYlYciM18Y2tgCSriaPoFgUxZKUrI+5r fSHUd9sh8WvGEvTLNAekl575diCoFV4ZhiYOpw/Nh++1Y+qKmcW7/iErqBF+IrvzsJVs VTF4MhqgrPwAb0PcRBxqINZaHkhWtIzxTKHvFPiQfRZXnGxoXBzHJijmsx0yXZ+5HLMX Zr4cTZO4KjuCmJ0TpDX5BE2QbbnfpBIrSchYY27SHJoxcJp9JP+Dr7QlOMI8yxhBkdyq 0PmQ== X-Received: by 10.66.191.41 with SMTP id gv9mr11662104pac.15.1412780097914; Wed, 08 Oct 2014 07:54:57 -0700 (PDT) X-Gm-Message-State: ALoCoQkMKqvyT79qq2L7ygKgyhbkHttPxKOSGOj/fnwuXYEAbzPrVduAmyShbwTfj6NulajE7LB3XVaieXcH8ly+RSBIGH/n6p/9Max9btRYb4enA9eoslnHG6+G0e4m0DpaWCkUCvoZeAWxgMW7j4F/IGuIjdvLbw== X-Received: by 10.66.191.41 with SMTP id gv9mr11662088pac.15.1412780097860; Wed, 08 Oct 2014 07:54:57 -0700 (PDT) Received: from hcmlab-sw2.amcc.com. ([118.69.219.197]) by mx.google.com with ESMTPSA id gu10sm214716pbc.72.2014.10.08.07.54.54 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 Oct 2014 07:54:56 -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 Cc: Y Vo , Phong Vo , Toan Le , Tin Huynh , patches@apm.com Subject: [PATCH v1 3/3] arm64:dts: Add APM X-Gene standby GPIO controller DTS entries Date: Wed, 8 Oct 2014 21:52:28 +0700 Message-Id: <1412779948-28769-4-git-send-email-yvo@apm.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1412779948-28769-1-git-send-email-yvo@apm.com> References: <1412779948-28769-1-git-send-email-yvo@apm.com> 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 --- arch/arm64/boot/dts/apm-storm.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boot/dts/apm-storm.dtsi index c0aceef..1d1da4c 100644 --- a/arch/arm64/boot/dts/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm-storm.dtsi @@ -389,6 +389,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>;