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 65FF713AA5F; Fri, 6 Dec 2024 15:13:49 +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=1733498029; cv=none; b=kmzZ+iLQNPWYsjIYqWlTBB3Ls7aaJzFrbAa3AEdSPM584NcMkmXOtXrNU+AKPWPd2RGUgod2gw6SrWIZDqOYkOumzH58oJLb5lC4UaULTBk0sPdVXR5ct9UJQO/csaYK+isY0zHkqbRFh5ecvJdNp5EEH1qtKjJCEzXAe6TlKvM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733498029; c=relaxed/simple; bh=mRQIUyuiS6gYQHgDRPPpx0S8dyMRO/lwekIfzh3vRrw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tY9Gdqf0A6wwWN/a6NyPmXgTk+nBHV1K/0zdCieZ/0CyVnKRYKL661CvSOYDfmKbY+aeu/9VCEkakb9OM+EsUK6AZWJFiyfxLB59zsiaqqXjFatI3aPyh0qUzfev8Lk3k7eDsgT7Wg/F3+PI0/QYquHVB80KOEZzZDPcb8NPifk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZLGPKsA0; 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="ZLGPKsA0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8196C4CED1; Fri, 6 Dec 2024 15:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1733498029; bh=mRQIUyuiS6gYQHgDRPPpx0S8dyMRO/lwekIfzh3vRrw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZLGPKsA0yDLUGJdPxIkFUB4cD7QOKQP6mg56V7XB7kJeFSZdl/98bj2TgVoa0P2VI rq6TlMBJ7dF1M8NiGZy8USCSsjIdb83oy+oJs8Q0HZldZjQroPNR51xlx57HwbOX+J RN2ppNSZq4nyDVUxIXfIifriT3LGt7MEtE6LxpNo= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, AngeloGioacchino Del Regno , Chen-Yu Tsai , =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= Subject: [PATCH 6.6 466/676] arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled Date: Fri, 6 Dec 2024 15:34:45 +0100 Message-ID: <20241206143711.570767464@linuxfoundation.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241206143653.344873888@linuxfoundation.org> References: <20241206143653.344873888@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Chen-Yu Tsai [ Upstream commit 09d385679487c58f0859c1ad4f404ba3df2f8830 ] USB 3.0 on xhci1 is not used, as the controller shares the same PHY as pcie1. The latter is enabled to support the M.2 PCIe WLAN card on this design. Mark USB 3.0 as disabled on this controller using the "mediatek,u3p-dis-msk" property. Reported-by: NĂ­colas F. R. A. Prado #KernelCI Closes: https://lore.kernel.org/all/9fce9838-ef87-4d1b-b3df-63e1ddb0ec51@notapiano/ Fixes: b6267a396e1c ("arm64: dts: mediatek: cherry: Enable T-PHYs and USB XHCI controllers") Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20240731034411.371178-2-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno Signed-off-by: Chen-Yu Tsai Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi @@ -1296,6 +1296,7 @@ vusb33-supply = <&mt6359_vusb_ldo_reg>; vbus-supply = <&usb_vbus>; + mediatek,u3p-dis-msk = <1>; }; &xhci2 {