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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 729B2C77B7A for ; Mon, 29 May 2023 14:46:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229657AbjE2Oq0 (ORCPT ); Mon, 29 May 2023 10:46:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229637AbjE2OqZ (ORCPT ); Mon, 29 May 2023 10:46:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C02F5B2; Mon, 29 May 2023 07:46:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 58FD4625BA; Mon, 29 May 2023 14:46:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E8EFC433EF; Mon, 29 May 2023 14:46:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685371583; bh=5wmKnDZ1QEngg8pOAg+VZ7IcLSNHMh6tgnuCIJY0KSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j0zwE0C2bchW/nCkKx0WuUE4N+VcdWvivrZIcC7oeulj9O4e9E6ifH9eVAe7VtelF K0V5lIgRgHxQs91wwtM9bATdulCPqjvshLAJAx2nrv/TLCreNEmd8WA3Zxst7ZeDoA d/FsKO4/JEvKATeWrfk8gmy7K9xKvXBDve+1gp0w= Date: Mon, 29 May 2023 15:46:21 +0100 From: Greg Kroah-Hartman To: Conor Dooley Cc: Minda Chen , Emil Renner Berthing , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Pawel Laszczak , Peter Chen , Roger Quadros , Philipp Zabel , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-usb@vger.kernel.org, linux-riscv@lists.infradead.org, Paul Walmsley , Palmer Dabbelt , Albert Ou , Mason Huo Subject: Re: [PATCH v6 7/7] riscv: dts: starfive: Add USB dts configuration for JH7110 Message-ID: <2023052909-speed-cackle-294e@gregkh> References: <20230518112750.57924-1-minda.chen@starfivetech.com> <20230518112750.57924-8-minda.chen@starfivetech.com> <20230525-cross-daybreak-24dfed69e5d0@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230525-cross-daybreak-24dfed69e5d0@spud> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, May 25, 2023 at 10:36:38PM +0100, Conor Dooley wrote: > Greg, > > On Thu, May 18, 2023 at 07:27:50PM +0800, Minda Chen wrote: > > Add USB wrapper layer and Cadence USB3 controller dts > > configuration for StarFive JH7110 SoC and VisionFive2 > > Board. > > USB controller connect to PHY, The PHY dts configuration > > are also added. > > > > Signed-off-by: Minda Chen > > > diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi > > index 71a8e9acbe55..b65f06c5b1b7 100644 > > --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi > > +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi > > @@ -366,6 +366,59 @@ > > status = "disabled"; > > }; > > > > + usb0: usb@10100000 { > > + compatible = "starfive,jh7110-usb"; > > + ranges = <0x0 0x0 0x10100000 0x100000>; > > + #address-cells = <1>; > > + #size-cells = <1>; > > + starfive,stg-syscon = <&stg_syscon 0x4>; > > + clocks = <&stgcrg JH7110_STGCLK_USB0_LPM>, > > Please don't pick this patch, if the rest of the series is applicable, > as this will break building the dtb as stgcrg does not yet exist in any > maintainer tree. Ok, I'll just take patch 6/7 then. thanks, greg k-h