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: Ia62148a369568527846d8de9cb62dde2a1d3283e
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
"nexell,s5p6818";
mmc0:mmc@c0062000 {
- frequency = <50000000>;
+ frequency = <100000000>;
nexell,drive_dly = <0x0>;
nexell,drive_shift = <0x03>;
nexell,sample_dly = <0x00>;
};
mmc2:mmc@c0069000 {
- frequency = <50000000>;
+ frequency = <100000000>;
nexell,drive_dly = <0x0>;
nexell,drive_shift = <0x03>;
nexell,sample_dly = <0x00>;