From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A2D0C169C4 for ; Wed, 6 Feb 2019 14:30:32 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 49843217F9 for ; Wed, 6 Feb 2019 14:30:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="X4Sbkhap" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 49843217F9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bOOW8I8TRfLyo7p+mcGNKEJlVURYbQ67UBJBckQ1xuM=; b=X4SbkhaprPMflW vsCg+FwhKQ/T1zXYWp5a5FMm0Xqr5FNKUti8hpwgibtW3M10CiK0XkMyGJ1UEP8GeJ/ywcuPrPl+4 yRtmCIVf9PuhDwWFzoVGmuzewQnJOmqncZiVStRH4TKaC6IeRuf1+MZqb9RJF6QibvRqhfTmQ4D2R oI6cQOfHRdSwgdTU1HEra9rqSqq5SNES3CupPzRSayrLjfFvrF655yYgSDAfdvvJ+GWWrJaV1hQHc 00Yn0u1FVr9N13nS3TBRcyK/NfDuN+jGHfieRtpJTT36/6V1iHrClZl3m5TDPnf0xcj83oOr+78AQ BZngWAXFOvlJQ4QrPKSQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1grODf-0004eM-FH; Wed, 06 Feb 2019 14:30:31 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1grODW-0004dj-Aw for linux-arm-kernel@lists.infradead.org; Wed, 06 Feb 2019 14:30:29 +0000 Received: from localhost (alyon-652-1-53-40.w109-213.abo.wanadoo.fr [109.213.164.40]) (Authenticated sender: gregory.clement@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 0D58A200004; Wed, 6 Feb 2019 14:30:16 +0000 (UTC) From: Gregory CLEMENT To: Miquel Raynal , Kishon Vijay Abraham I , Rob Herring , Mark Rutland , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth Subject: Re: [PATCH v5 6/6] ARM64: dts: marvell: armada-37xx: link USB hosts with their PHYs In-Reply-To: <20190129093635.4321-7-miquel.raynal@bootlin.com> References: <20190129093635.4321-1-miquel.raynal@bootlin.com> <20190129093635.4321-7-miquel.raynal@bootlin.com> Date: Wed, 06 Feb 2019 15:30:16 +0100 Message-ID: <875ztx6lc7.fsf@FE-laptop> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190206_063022_530060_DAEF338C X-CRM114-Status: GOOD ( 13.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Antoine Tenart , Maxime Chevallier , Nadav Haklai , Thomas Petazzoni , Miquel Raynal , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Miquel, On mar., janv. 29 2019, Miquel Raynal wrote: > Reference the PHY nodes from the USB controller nodes. > > The USB3 host controller is wired to: > * the first PHY of the COMPHY IP > * the OTG-capable UTMI PHY > > The USB2 host controller is wired to: > * the host-only UTMI PHY > > Signed-off-by: Miquel Raynal Applied to mvebu/dt64 Thanks, Gregory > --- > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi > index d2d8ef00c592..c0b1c9146525 100644 > --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi > +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi > @@ -347,6 +347,8 @@ > marvell,usb-misc-reg = <&usb32_syscon>; > interrupts = ; > clocks = <&sb_periph_clk 12>; > + phys = <&comphy0 0>, <&usb2_utmi_otg_phy>; > + phy-names = "usb3-phy", "usb2-utmi-otg-phy"; > status = "disabled"; > }; > > @@ -368,6 +370,8 @@ > reg = <0x5e000 0x1000>; > marvell,usb-misc-reg = <&usb2_syscon>; > interrupts = ; > + phys = <&usb2_utmi_host_phy>; > + phy-names = "usb2-utmi-host-phy"; > status = "disabled"; > }; > > -- > 2.19.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel