Skip to content

Commit

Permalink
sc58x: correct mmc clock assignment in device tree
Browse files Browse the repository at this point in the history
Previously the incorrect clock was listed, resulting in a
larger-than-necessary divisor being selected, leading to reduced mmc
performance. This changes the clock configuration to match the
configuration listed in the linux device tree and improves measured
read/write speeds
  • Loading branch information
gmalysa authored and vasbimpikasadi committed Dec 12, 2023
1 parent cbe9a06 commit cb521b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/dts/sc58x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
};

&mmc{
clocks = <&dummy>, <&clk ADSP_SC58X_CLK_CGU0_SCLK0>;
clocks = <&clk ADSP_SC58X_CLK_CGU0_SCLK0>, <&clk ADSP_SC58X_CLK_SDIO>;
};

&i2c0{
Expand Down

0 comments on commit cb521b7

Please sign in to comment.