From patchwork Wed Oct 16 07:45:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ran Wang X-Patchwork-Id: 1177654 X-Patchwork-Delegate: priyanka.jain@nxp.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=nxp.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46tPXW6bgYz9sP7 for ; Wed, 16 Oct 2019 18:47:39 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 5E10CC21DAF; Wed, 16 Oct 2019 07:46:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id A9750C21DF3; Wed, 16 Oct 2019 07:45:53 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B57DFC21D83; Wed, 16 Oct 2019 07:45:26 +0000 (UTC) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by lists.denx.de (Postfix) with ESMTPS id E5870C21BE5 for ; Wed, 16 Oct 2019 07:45:23 +0000 (UTC) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id B53AA1A0510; Wed, 16 Oct 2019 09:45:23 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id A54201A0507; Wed, 16 Oct 2019 09:45:18 +0200 (CEST) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 82B964031E; Wed, 16 Oct 2019 15:45:12 +0800 (SGT) From: Ran Wang To: Wolfgang Denk , Ruchika Gupta , Priyanka Jain Date: Wed, 16 Oct 2019 15:45:26 +0800 Message-Id: <20191016074536.36014-9-ran.wang_1@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191016074536.36014-1-ran.wang_1@nxp.com> References: <20191016074536.36014-1-ran.wang_1@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Cc: Xiaowei Bao , Hou Zhiqiang , Peng Ma , open list , Yinbo Zhu , Ran Wang Subject: [U-Boot] [PATCH 09/19] arch: powerpc: add usb nodes to P4080 dts X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Signed-off-by: Ran Wang --- Depends on: http://patchwork.ozlabs.org/patch/1176766/ http://patchwork.ozlabs.org/patch/1176767/ arch/powerpc/dts/p4080.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/powerpc/dts/p4080.dtsi b/arch/powerpc/dts/p4080.dtsi index ab76680..291a930 100644 --- a/arch/powerpc/dts/p4080.dtsi +++ b/arch/powerpc/dts/p4080.dtsi @@ -70,6 +70,18 @@ device_type = "soc"; compatible = "simple-bus"; + usb@210000 { + compatible = "fsl-usb2-mph"; + reg = <0x210000 0x1000>; + phy_type = "ulpi"; + }; + + usb@211000 { + compatible = "fsl-usb2-dr"; + reg = <0x211000 0x1000>; + phy_type = "ulpi"; + }; + mpic: pic@40000 { interrupt-controller; #address-cells = <0>;