mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 11:03:07 -04:00
arm64: dts: amlogic: gx: assign the MMC signal clocks
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: 50662499f9 ("ARM64: dts: meson-gx: Use correct mmc clock source 0")
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-4-a999fafbe0aa@baylibre.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
committed by
Neil Armstrong
parent
13d3fe2318
commit
4067065590
@@ -824,6 +824,9 @@ &sd_emmc_a {
|
||||
<&clkc CLKID_FCLK_DIV2>;
|
||||
clock-names = "core", "clkin0", "clkin1";
|
||||
resets = <&reset RESET_SD_EMMC_A>;
|
||||
|
||||
assigned-clocks = <&clkc CLKID_SD_EMMC_A_CLK0>;
|
||||
assigned-clock-rates = <24000000>;
|
||||
};
|
||||
|
||||
&sd_emmc_b {
|
||||
@@ -832,6 +835,9 @@ &sd_emmc_b {
|
||||
<&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 {
|
||||
@@ -840,6 +846,9 @@ &sd_emmc_c {
|
||||
<&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>;
|
||||
};
|
||||
|
||||
&simplefb_hdmi {
|
||||
|
||||
@@ -894,6 +894,9 @@ &sd_emmc_a {
|
||||
<&clkc CLKID_FCLK_DIV2>;
|
||||
clock-names = "core", "clkin0", "clkin1";
|
||||
resets = <&reset RESET_SD_EMMC_A>;
|
||||
|
||||
assigned-clocks = <&clkc CLKID_SD_EMMC_A_CLK0>;
|
||||
assigned-clock-rates = <24000000>;
|
||||
};
|
||||
|
||||
&sd_emmc_b {
|
||||
@@ -902,6 +905,9 @@ &sd_emmc_b {
|
||||
<&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 {
|
||||
@@ -910,6 +916,9 @@ &sd_emmc_c {
|
||||
<&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>;
|
||||
};
|
||||
|
||||
&simplefb_hdmi {
|
||||
|
||||
Reference in New Issue
Block a user