Skip to content

Commit 23ac019

Browse files
Mihai Sainmanikandan-m11
authored andcommitted
ARM: dts: at91: sama7g5ek: increase clock for sdmmc from 25 MHz to 50 MHz
Current clock for sdmmc0 and sdmmc1 is 25 MHz because of the caps forced by the mainline kernel. Remove the caps in order to increase the clock to 50 MHz. This will improve the boot time when reading the kernel binary. Tested on sama7g5ek rev 5 using mmcinfo command. Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
1 parent 48803e3 commit 23ac019

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm/dts/at91-sama7g5ek.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -776,17 +776,13 @@
776776
&sdmmc0 {
777777
bus-width = <8>;
778778
non-removable;
779-
no-1-8-v;
780-
sdhci-caps-mask = <0x0 0x00200000>;
781779
pinctrl-names = "default";
782780
pinctrl-0 = <&pinctrl_sdmmc0_default>;
783781
status = "okay";
784782
};
785783

786784
&sdmmc1 {
787785
bus-width = <4>;
788-
no-1-8-v;
789-
sdhci-caps-mask = <0x0 0x00200000>;
790786
pinctrl-names = "default";
791787
pinctrl-0 = <&pinctrl_sdmmc1_default>;
792788
status = "okay";

0 commit comments

Comments
 (0)