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 87899221DAE; Mon, 2 Jun 2025 13:48:56 +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=1748872136; cv=none; b=iQx5n0cmrdwNXmEC+ekTwxYnQVoX48nlCsDDqAYOpcXCKt5ZBny9lwm8NUHNjW4Ra2ydhLx1qxl/SO47QuX3H4wrRNcGqN2fXIMn4yqHmh7bHQ0zXJEeYovY7ZmlFZTU5HYjZX0Y2CO00wkrbzSHGzzd+DtGnNGXWRxoNkETVPQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748872136; c=relaxed/simple; bh=uWQtp+CQa7CnZ/FoFVqVw0OyISY5jR21p0osWZpzCMk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hk4qfjI4fZ5PpTZ48NVBii/+rUkIMCU0eR6roJ3tVlb8S2t8+BjeczTpbvX2LPHhKRiSxMZlFLIO0VEF9Fr/9LiJyq8aSNVFm7DL2ulDnsLeYqCwAF5UQcw2SjVLIOUAzhf+XQWsdWHMMZ14m3hM0ORZZmZd4wxZOrB+h1MrZL0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=l99dX1ou; 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="l99dX1ou" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11A6EC4CEF0; Mon, 2 Jun 2025 13:48:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748872136; bh=uWQtp+CQa7CnZ/FoFVqVw0OyISY5jR21p0osWZpzCMk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=l99dX1ou9bMBL+jzvSlzYmq6uYfSBnBgoH3zaoA5Zne2KMMjrMfkeq073PVBm3Q1y sc9fYhoaakTMYYLRLjzpnBhsMP8/ChYjq5fIEZemOHdZuDV3u1LHxJHsheT2FtYDDB ig8I9gns4bUbIWRpRDyYMRuFZ+aSobzyJcGJoYhc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Judith Mendez , Udit Kumar , Bryan Brattlof , Nishanth Menon Subject: [PATCH 6.15 29/49] arm64: dts: ti: k3-am62p-j722s-common-main: Set eMMC clock parent to default Date: Mon, 2 Jun 2025 15:47:21 +0200 Message-ID: <20250602134239.090705808@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250602134237.940995114@linuxfoundation.org> References: <20250602134237.940995114@linuxfoundation.org> User-Agent: quilt/0.68 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-Transfer-Encoding: 8bit 6.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Judith Mendez commit 9c6b73fc72e19c449147233587833ce20f84b660 upstream. Set eMMC clock parents to the defaults which is MAIN_PLL0_HSDIV5_CLKOUT for eMMC. This change is necessary since DM is not implementing the correct procedure to switch PLL clock source for eMMC and MMC CLK mux is not glich-free. As a preventative action, lets switch back to the defaults. Fixes: b5080c7c1f7e ("arm64: dts: ti: k3-am62p: Add nodes for more IPs") Cc: stable@vger.kernel.org Signed-off-by: Judith Mendez Acked-by: Udit Kumar Acked-by: Bryan Brattlof Link: https://lore.kernel.org/r/20250429163337.15634-4-jm@ti.com Signed-off-by: Nishanth Menon Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 2 -- 1 file changed, 2 deletions(-) --- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi @@ -564,8 +564,6 @@ power-domains = <&k3_pds 57 TI_SCI_PD_EXCLUSIVE>; clocks = <&k3_clks 57 1>, <&k3_clks 57 2>; clock-names = "clk_ahb", "clk_xin"; - assigned-clocks = <&k3_clks 57 2>; - assigned-clock-parents = <&k3_clks 57 4>; bus-width = <8>; mmc-ddr-1_8v; mmc-hs200-1_8v;