From patchwork Thu Jan 8 00:33:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Feng Kan X-Patchwork-Id: 5589431 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A1DDCBF6C3 for ; Thu, 8 Jan 2015 00:43:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E0C182037F for ; Thu, 8 Jan 2015 00:43:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 16DFB20374 for ; Thu, 8 Jan 2015 00:43:36 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y919P-0001oH-4E; Thu, 08 Jan 2015 00:40:35 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y913c-00055a-6r for linux-arm-kernel@bombadil.infradead.org; Thu, 08 Jan 2015 00:34:36 +0000 Received: from [192.195.68.30] (helo=denmail01.apm.com) by casper.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y913Z-00071f-BF for linux-arm-kernel@lists.infradead.org; Thu, 08 Jan 2015 00:34:34 +0000 Received: from apm.com (denlsw004.amcc.com [10.88.180.105]) by denmail01.apm.com (8.13.8/8.13.8) with ESMTP id t080Xhe9025023; Wed, 7 Jan 2015 17:33:43 -0700 Received: (from fkan@localhost) by apm.com (8.14.4/8.14.4/Submit) id t080XhJN030781; Wed, 7 Jan 2015 17:33:43 -0700 From: Feng Kan To: patches@apm.com, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH V3 1/7] arm64: dts: Add APM X-Gene USB DTS node Date: Wed, 7 Jan 2015 17:33:32 -0700 Message-Id: <1420677218-30743-2-git-send-email-fkan@apm.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1420677218-30743-1-git-send-email-fkan@apm.com> References: <1420677218-30743-1-git-send-email-fkan@apm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150108_003433_627497_55EE392C X-CRM114-Status: UNSURE ( 8.99 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.4 (/) Cc: Feng Kan , Bao Truong X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This parch adds the device tree nodes for APM X-Gnene USB host controller. Since X-Gene SOC supports maximum 2 USB ports, 2 dts node are added. Signed-off-by: Bao Truong Signed-off-by: Feng Kan --- arch/arm64/boot/dts/apm/apm-storm.dtsi | 19 +++++++++++++++++++ 1 files changed, 19 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..4b2ec83 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -587,6 +587,25 @@ phy-names = "sata-phy"; }; + /* + * Do not change dwusb name, coded for backward compatibility + */ + usb0: dwusb@19000000 { + status = "disabled"; + compatible = "xhci-platform"; + reg = <0x0 0x19000000 0x0 0x100000>; + interrupts = <0x0 0x89 0x4>; + dma-coherent; + }; + + usb1: dwusb@19800000 { + status = "disabled"; + compatible = "xhci-platform"; + reg = <0x0 0x19800000 0x0 0x100000>; + interrupts = <0x0 0x8a 0x4>; + dma-coherent; + }; + rtc: rtc@10510000 { compatible = "apm,xgene-rtc"; reg = <0x0 0x10510000 0x0 0x400>;