arm: dts: artik710: increase clock freq for mmc
authorJaewon Kim <jaewon02.kim@samsung.com>
Fri, 29 Jun 2018 02:26:21 +0000 (11:26 +0900)
committerJaewon Kim <jaewon02.kim@samsung.com>
Fri, 29 Jun 2018 02:26:21 +0000 (11:26 +0900)
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>
arch/arm/dts/s5p6818-artik710-raptor.dts

index b73dd621d32763bd0edd26f4304d467fbbbd5e7f..88fbc02944eff4ee152b24dbc700a7fca4ccc259 100644 (file)
@@ -16,7 +16,7 @@
                   "nexell,s5p6818";
 
        mmc0:mmc@c0062000 {
-               frequency = <50000000>;
+               frequency = <100000000>;
                nexell,drive_dly = <0x0>;
                nexell,drive_shift = <0x03>;
                nexell,sample_dly = <0x00>;
@@ -25,7 +25,7 @@
        };
 
        mmc2:mmc@c0069000 {
-               frequency = <50000000>;
+               frequency = <100000000>;
                nexell,drive_dly = <0x0>;
                nexell,drive_shift = <0x03>;
                nexell,sample_dly = <0x00>;