This patch increase clock freq to 100Mhz for mmc.
nexell sdmmc controller supports clock speeds up to 50Mhz.
And to make 50Mhz phase shifted clock, input clock should be 100Mhz.
Change-Id: Id8ccfdf4169bb18b8087ebab21705b8ede32352f
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
};
&mmc0 {
- frequency = <50000000>;
+ frequency = <100000000>;
nexell,drive_dly = <0x0>;
nexell,drive_shift = <0x03>;
nexell,sample_dly = <0x00>;
};
&mmc2 {
- frequency = <50000000>;
+ frequency = <100000000>;
nexell,drive_dly = <0x0>;
nexell,drive_shift = <0x03>;
nexell,sample_dly = <0x00>;