Skip to content
/ linux Public

Commit 7679f13

Browse files
jbrun3tSasha Levin
authored andcommitted
arm64: dts: amlogic: g12: assign the MMC A signal clock
[ Upstream commit 3c941fe ] 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 clock to make sure it is properly configured Fixes: 8a6b3ca ("arm64: dts: meson: g12a: add SDIO controller") Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260114-amlogic-mmc-clocks-followup-v1-6-a999fafbe0aa@baylibre.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 92b7cd7 commit 7679f13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,9 @@
23242324
<&clkc CLKID_FCLK_DIV2>;
23252325
clock-names = "core", "clkin0", "clkin1";
23262326
resets = <&reset RESET_SD_EMMC_A>;
2327+
2328+
assigned-clocks = <&clkc CLKID_SD_EMMC_A_CLK0>;
2329+
assigned-clock-rates = <24000000>;
23272330
};
23282331

23292332
sd_emmc_b: sd@ffe05000 {

0 commit comments

Comments
 (0)