From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 13A3125A627; Tue, 25 Mar 2025 12:30:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742905843; cv=none; b=KWHSPg03fUifB/wglUYWeIYUS+M/+l6vZgR67znEeAGkC++uCtKyvtH7wEjj9XslA80T3r31+37AOgvlFfJMY9av3R82KYZWqbpWSvFhbswkZ+3aG+n0oaAMrdkU0BswPwohvs8kOL0yaY40skT3HCwMbcc5d4xtphOHyFGxhvY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742905843; c=relaxed/simple; bh=mf/chrfCRU62DCI+Tu1TIyHXGPfLG4kTFq0Qy6mV0+k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=N6iMU46N2caEyEAHk3S6QUxkpSfxYajCSPT1bUD3W9n58HABCC+ybg1nuGaqkvk6HliVsAAXbbWNM1W5g+6t5Gj6RyorJemPALWqRj4+HN0CfssM+T4va2mMEo3Ck/a0mgw5cPhHtkfccMqCK6WU1ESHnbCVNXMNlsUk1DgFor0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=fefJFuxJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="fefJFuxJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74C58C4CEED; Tue, 25 Mar 2025 12:30:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1742905842; bh=mf/chrfCRU62DCI+Tu1TIyHXGPfLG4kTFq0Qy6mV0+k=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fefJFuxJiTRyWi+cGQeocz6RFfXQbJ1wHexZvZGdmMtViBQOQmQgjy9RBTyw2WK90 JUaLHLPz1uy3wl7NzyAwzo02TMYDLUMKJHPOUJLTFTVTRWDIQMDNv52g1d+rEm1Wxg YZOi4HeWO1hqRXPMyKOAh4RD95QBXOqd6kb/BKJ4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Justin Klaassen , Dragan Simic , Heiko Stuebner Subject: [PATCH 6.1 193/198] arm64: dts: rockchip: fix u2phy1_host status for NanoPi R4S Date: Tue, 25 Mar 2025 08:22:35 -0400 Message-ID: <20250325122201.714925520@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250325122156.633329074@linuxfoundation.org> References: <20250325122156.633329074@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Justin Klaassen commit 38f4aa34a5f737ea8588dac320d884cc2e762c03 upstream. The u2phy1_host should always have the same status as usb_host1_ehci and usb_host1_ohci, otherwise the EHCI and OHCI drivers may be initialized for a disabled usb port. Per the NanoPi R4S schematic, the phy-supply for u2phy1_host is set to the vdd_5v regulator. Fixes: db792e9adbf8 ("rockchip: rk3399: Add support for FriendlyARM NanoPi R4S") Cc: stable@vger.kernel.org Signed-off-by: Justin Klaassen Reviewed-by: Dragan Simic Link: https://lore.kernel.org/r/20250225170420.3898-1-justin@tidylabs.net Signed-off-by: Heiko Stuebner Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts @@ -117,7 +117,7 @@ }; &u2phy1_host { - status = "disabled"; + phy-supply = <&vdd_5v>; }; &uart0 {