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 9633B284884; Wed, 25 Feb 2026 01:44: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=1771983882; cv=none; b=jbW/O7oPiNsuoLVywvQzK2coTkM3sBT2OLy0x98iEMQuDQtZPMb3JyGDJqTFIwt9tHX7x7peJF+lKWIXZ21sby7ejescC2jvUhJsxD42GD6Tt3YYvAhiowrDOAf8QDZv9sYSBao8DyWyFKqNCTI1bNFputn99AH5OtumoTQVCms= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771983882; c=relaxed/simple; bh=6fAlAxwi/oGyaRdT9CYugRZ9oasDMbwXIyLFuE4NaQ8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QJ/AG8anOUf+5IjxXL5k4YWeulJRMpUvl67HQODyx5pK4NbdkT29+sIrl5gRUz8d3Renv3yJDiTl27Alj0frA4pQBO3pZ/SV6t9hF8k/GtidHtWkcz+RqpRjnB/5udCwdHn/CACLIrQELEUUR7SDdOOhmLPIQ36I/J222bYgt8g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=h8pJMFcS; 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="h8pJMFcS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15F4DC116D0; Wed, 25 Feb 2026 01:44:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771983882; bh=6fAlAxwi/oGyaRdT9CYugRZ9oasDMbwXIyLFuE4NaQ8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=h8pJMFcSSPLncWs18sm1MX9RtPUyClMynR7bIssOFR7NFA1zEMF4kDkGNftFVut92 rJEXky/r1+y9V6d8xUo22fijUev11frGy2MBFomGhU80FT14gFYTC4NdB9Hrq9SYNO 0ErHmMg2sw0soovIsLt7IKbjoccU7y/dH8QGw6H8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jerome Brunet , Neil Armstrong , Sasha Levin Subject: [PATCH 6.18 156/641] arm64: dts: amlogic: axg: assign the MMC signal clocks Date: Tue, 24 Feb 2026 17:18:02 -0800 Message-ID: <20260225012352.863577543@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260225012348.915798704@linuxfoundation.org> References: <20260225012348.915798704@linuxfoundation.org> User-Agent: quilt/0.69 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.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jerome Brunet [ Upstream commit 13d3fe2318ef6e46d6fcfe13bc373827fdf2aeac ] The amlogic MMC driver operate with the assumption that MMC clock is configured to provide 24MHz. It uses this path for low rates such as 400kHz. Assign the clocks to make sure they are properly configured Fixes: 221cf34bac54 ("ARM64: dts: meson-axg: enable the eMMC controller") Signed-off-by: Jerome Brunet Reviewed-by: Neil Armstrong Link: https://patch.msgid.link/20260114-amlogic-mmc-clocks-followup-v1-3-a999fafbe0aa@baylibre.com Signed-off-by: Neil Armstrong Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 04fb130ac7c6a..bbf94a1f92a10 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -1960,6 +1960,9 @@ sd_emmc_b: mmc@5000 { <&clkc CLKID_FCLK_DIV2>; clock-names = "core", "clkin0", "clkin1"; resets = <&reset RESET_SD_EMMC_B>; + + assigned-clocks = <&clkc CLKID_SD_EMMC_B_CLK0>; + assigned-clock-rates = <24000000>; }; sd_emmc_c: mmc@7000 { @@ -1972,6 +1975,9 @@ sd_emmc_c: mmc@7000 { <&clkc CLKID_FCLK_DIV2>; clock-names = "core", "clkin0", "clkin1"; resets = <&reset RESET_SD_EMMC_C>; + + assigned-clocks = <&clkc CLKID_SD_EMMC_C_CLK0>; + assigned-clock-rates = <24000000>; }; nfc: nand-controller@7800 { -- 2.51.0