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 7132721D00A; Sat, 12 Sep 2026 12:47:22 +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=1789217243; cv=none; b=X3iG96IM0WCuyzUTD5F8pgP03yuM3DXXo0XNqBXzPrnrrPV22G6DMoRr+UjiXevbcayet15eQki4codb9oM8H66d7uX7bhDOa9q/YOq9dpAfN4obmaGF/MWIlplyfIV4TK5TZANGVcs5KjyvANlEXEcecIdY+l4hkOHbXuqNjJQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789217243; c=relaxed/simple; bh=HF2a+cJQuVJY4BSyelrWp0MY4yfw1dtGNPMNbEa6bo4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=KyHhhU4clS+o+76zbD4v06hVCUigtqmQN7yvGabZLZcoQQZ6JPFqSF5T1JJ6q9Ziz2YqXs0DsH8Vzo9WBw3dadYvBFVZIFaOI7oLB4okhEEr66mFQCxaUKp2uM5XujI0WesjzAWlmr4b+z4n4YqgBvsEHVs4ou1B9jCFc8F+X2w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iJPue04b; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="iJPue04b" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 445A21F000FF; Sat, 12 Sep 2026 12:47:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1789217242; bh=QH6cCp+lEmaJlnkX/PG20x52oLpZroh3NvvmsdcSefw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=iJPue04bF3l6gdYtocvIahqAUa/XMUEkY6yrM60pJDclwRbYXdXQ9UnUIFh0I0Zlv zFm8iAz+WXtQWsPlYS2HaXIC5iVpewsynTnIo3SoNLZpdLhZqMcdeigbmg4FEF1mmI CFe8f93FoIS9LCsxnLoWFlNmsbSLmoC0uH76yAbE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Konrad Dybcio , Manivannan Sadhasivam , Bjorn Andersson , Sasha Levin Subject: [PATCH 6.12 0901/1376] arm64: dts: qcom: qcs8550-aim300: Fix swapped USB QMP PHY vdda-phy/vdda-pll supplies Date: Sat, 12 Sep 2026 08:55:27 +0200 Message-ID: <20260912065627.648033956@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260912065607.535295758@linuxfoundation.org> References: <20260912065607.535295758@linuxfoundation.org> User-Agent: quilt/0.69 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.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Manivannan Sadhasivam [ Upstream commit c0ea3b6339881c2a5fff0830557b1279d9681036 ] The QMP PHY expects the vdda-phy supply to be around 0.88V and the vdda-pll supply to be 1.2V. But these two supplies are swapped for the USB QMP PHY on this board, feeding 1.2V to vdda-phy and 0.88V to vdda-pll. Fix it by swapping the two supplies back. Fixes: 0b12da4e28d8 ("arm64: dts: qcom: add base AIM300 dtsi") Reported-by: Konrad Dybcio Assisted-by: Claude:opus-4-8 Signed-off-by: Manivannan Sadhasivam Link: https://lore.kernel.org/r/20260803-phy-supply-fix-v1-11-5880630cde3e@oss.qualcomm.com Signed-off-by: Bjorn Andersson Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi b/arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi index e6ac529e6b721..3ead078246f48 100644 --- a/arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs8550-aim300.dtsi @@ -396,8 +396,8 @@ &usb_1_hsphy { }; &usb_dp_qmpphy { - vdda-phy-supply = <&vreg_l3e_1p2>; - vdda-pll-supply = <&vreg_l3f_0p88>; + vdda-phy-supply = <&vreg_l3f_0p88>; + vdda-pll-supply = <&vreg_l3e_1p2>; }; &xo_board { -- 2.53.0