From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3E4293E1689; Thu, 21 May 2026 13:13:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779369190; cv=none; b=cx0cCKR6GotYRve8EsA7LjIIyWIs2tTqK3+cM2a0KULpdMbBukjRCMy1Kz4QOXSNydofk8sOcmL008zK9SQ3ka3aB2cFCdDo8jciUAnrXggL9JKMqNPvnlHmfaYR65dZKTPQAYAhNU3NkAUJdiicB0KPaa/jFl9gS4V8p4MXq4c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779369190; c=relaxed/simple; bh=Zef4hq7qHQqGuoWfrK+4IAr+ZRdBbb0gYXaHjquOOVk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=o4mvCUg/LmwMrS/3pt/N0DXCFFZAuekxEIyjvpWpOn3ZaVVwPJSourmDgnqM8F5Ce/1caSxgTSuIAwToQGJLGqSm3vC9b9oaDXm4ITGkEtUmQW1vsRh17bDhQVs4SfjQY2BsO1hnH+Xl40JkrzNbvNosOoBGls1wVinxT5omDd4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Bp31nYHS; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bp31nYHS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FD4C1F000E9; Thu, 21 May 2026 13:13:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779369188; bh=igWpYRd7nceDsGMf2M6kAUT9G6B5P9tILKlWPpy71w0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Bp31nYHS+InA9kOjCwJNq2G2DxBetezP2RDP123toJzCTE6xUkye/TnRndYkVidmC WeJRnS8KjJLsb7bUWu5mq095zAELK/KSmzLEyfhLF0HKb5UBN9FLjxQtCG6MFbdhrj QXn8W5FEU60Jd2t/6jiOtf35im5SEXXPaOudwZyXoSF3y1vnJyNejVFo4p0nE780nU KtHd1dOFxc5pW/RjRwPWh62h+ce3kWHcnNjp5E/8Ck520yvCoeJ8Jfoz1Ee7Okx6R6 jUNCvRgYvZVHExeDqyMsQ0ZSNAJ4iW3JVqc+SibgTYmnS/2PFhyW9mRjVTjX/fMb2k RCrCJ0Xlg95hA== Date: Thu, 21 May 2026 13:13:05 +0000 From: Yixun Lan To: Chukun Pan Cc: Rob Herring , Paul Walmsley , Alexandre Ghiti , Albert Ou , Palmer Dabbelt , Conor Dooley , Krzysztof Kozlowski , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, spacemit@lists.linux.dev Subject: Re: [PATCH v2 1/1] riscv: dts: spacemit: enable USB3 on OrangePi R2S Message-ID: <20260521131305-GKA3727373@kernel.org> References: <20260518100030.2354606-1-amadeus@jmu.edu.cn> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260518100030.2354606-1-amadeus@jmu.edu.cn> Hi Chukun, On 18:00 Mon 18 May , Chukun Pan wrote: > Enable the DWC3 USB3.0 controller and its associated PHY on the > OrangePi R2S. The USB regulator provides VBUS for USB2 and USB3 > ports, but the USB2 ports are handled by a separate controller. > > Signed-off-by: Chukun Pan Applied, thanks! [1/1] riscv: dts: spacemit: enable USB3 on OrangePi R2S https://github.com/spacemit-com/linux/commit/c5ad6737df88bd3c3e83145edb25737cb19f9a1f -- Yixun Lan (dlan)