[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a3478dff-ae04-4d3a-ac51-2efc994cda19@whut.edu.cn>
Date: Mon, 28 Apr 2025 15:58:30 +0800
From: Ze Huang <huangze@...t.edu.cn>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Yixun Lan <dlan@...too.org>,
Paul Walmsley <paul.walmsley@...ive.com>, Palmer Dabbelt
<palmer@...belt.com>, Albert Ou <aou@...s.berkeley.edu>,
Alexandre Ghiti <alex@...ti.fr>
Cc: linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
linux-riscv@...ts.infradead.org, spacemit@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] riscv: dts: spacemit: add usb3.0 support for K1
Hi all,
I found some mistakes in the patch
I will correct them in next version.
Sorry for the confusion and thanks for your review!
On 4/28/25 3:38 PM, Ze Huang wrote:
> Add USB 3.0 support for the SpacemiT K1 SoC, including the
> following components:
...
> +
> + usbphy0: phy@...40000 {
> + compatible = "spacemit,usb2-phy";
compatible = "spacemit,k1-usb2-phy ";
> + reg = <0x0 0xc0940000 0x0 0x200>;
> + clocks = <&syscon_apmu CLK_USB_AXI>;
> + status = "disabled";
> + };
> +
> + usbphy1: phy@...c0000 {
> + compatible = "spacemit,usb2-phy";
compatible = "spacemit,k1-usb2-phy ";
> + reg = <0x0 0xc09c0000 0x0 0x200>;
> + clocks = <&syscon_apmu CLK_USB_P1>;
> + status = "disabled";
> + };
> +
> + usbphy2: phy@...0a30000 {
usbphy2: phy@...30000 {
Powered by blists - more mailing lists