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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id BDB6CC43458 for ; Sat, 11 Jul 2026 15:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:References:To:From:Subject: Cc:Message-Id:Date:Mime-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+uUfELlGmovs7u3WGP8I6PRfxGJnoLi8LfHVsBpDdvY=; b=aDofpvStfdRjfm M/x+p8B598y8flwbUxNy1ew8JVV4d7yuFpbp17oaiYJvjZqsgUfue6NfO/3T5WFY8+Y/P0piu+O4G UfjKubHHQLimZbfvaU+ynL5jKxRvVFp7W2Pe36xyckLA8domoFYK2q8zY8YIIdzOJEDoWWrZzlgyU KKq+rB1Q9SLF3hiyLHYUQ8Uj8u/eyxZ6y5bqDRjg2qgS8Sv2YZKDv7oQXGIiDBGMEgqqaI/pp5/vP lm2MZFMhhshzlvTaiKZIqcYMWm/y7A6/RHXF5HIbSIfrecmvDzezyQhssC60VFf7/kzOtf7OHzRUA mIC0ccI8dUTE5PbfRLSw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wiZef-00000006efR-2Vdq; Sat, 11 Jul 2026 15:30:13 +0000 Received: from out-180.mta1.migadu.com ([95.215.58.180]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wiZed-00000006eeS-08lm for linux-rockchip@lists.infradead.org; Sat, 11 Jul 2026 15:30:12 +0000 Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow-tech.com; s=key1; t=1783783798; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GzKdp7Hcvs6+zEuzXa7LVO8auZ6H7XjMLgYVqU0x/Zg=; b=IWykNoSpjn7zW6CuDj+8yy6zrE53QZYDQY2TzlqVtj1c/WCfWhVl5oUwsq3Pld2XnFxavJ OKeLDcV/KyN5suJ2aH1WQVEyg4gcRMhLCpT1prSSIOYp38kOvKYEXQhEcNHQjx0afWN+VX +EdqGbLAfKwg33sq0+4BBveY2JjDcKK5IuF+Ncs8koPzsyU2lRxld5eD18854judDqrTo8 8cK21M6hgoN4iBwdB2b+1ENYTUpLRy6GVzi3CaoZfcMXqv3Drl7huNW2ppa4bjtVF358fy v6OXN6B8Y1h0B6i6I9mpOvyaFxAl0ZRbXRpZs4LlfUeZq6Grs/KqXaowmLqR7w== Date: Sat, 11 Jul 2026 17:29:52 +0200 Message-Id: Cc: , , , , "Jonas Karlman" , "Marcin Juszkiewicz" , Subject: Re: [PATCH 2/2] arm64: dts: rockchip: Fix USB hub phy-supply config for NanoPC-T6 LTS X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Diederik de Haas" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Heiko Stuebner" References: <20260610081400.758687-1-diederik@cknow-tech.com> <20260610081400.758687-3-diederik@cknow-tech.com> In-Reply-To: <20260610081400.758687-3-diederik@cknow-tech.com> X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260711_083011_215329_FDA75949 X-CRM114-Status: GOOD ( 12.74 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed Jun 10, 2026 at 10:04 AM CEST, Diederik de Haas wrote: > The MTT USB 2.0 hub is connected to the SoC's USB20 HOST1, so the phy-supply > belongs to u2phy3_host, not u2phy2_host as that is for USB20 HOST0. > > Fixes: db1dcbe5f752 ("arm64: dts: rockchip: add NanoPC-T6 LTS") > Cc: stable@vger.kernel.org > Signed-off-by: Diederik de Haas > --- > arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6-lts.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6-lts.dts b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6-lts.dts > index 0ee67ee24f3c..0e15a2e1f2ff 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6-lts.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6-lts.dts > @@ -38,6 +38,6 @@ usb20_host_pwren: usb20-host-pwren { > }; > }; > > -&u2phy2_host { > +&u2phy3_host { > phy-supply = <&vcc5v0_usb20_host>; > }; Please drop this patch. I was hoping to confirm this with an M.2 WiFi+BT card, but let's say the results were kinda disappointing (to put it mildly). Diederik _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip