diff options
-rw-r--r-- | drivers/clk/samsung/clk-exynos4.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c index 1b0dd73636c0..b0c660b484ee 100644 --- a/drivers/clk/samsung/clk-exynos4.c +++ b/drivers/clk/samsung/clk-exynos4.c | |||
@@ -733,8 +733,7 @@ static struct samsung_div_clock exynos4_div_clks[] __initdata = { | |||
733 | DIV(0, "div_csis0", "mout_csis0", DIV_CAM, 24, 4), | 733 | DIV(0, "div_csis0", "mout_csis0", DIV_CAM, 24, 4), |
734 | DIV(0, "div_csis1", "mout_csis1", DIV_CAM, 28, 4), | 734 | DIV(0, "div_csis1", "mout_csis1", DIV_CAM, 28, 4), |
735 | DIV(CLK_SCLK_MFC, "sclk_mfc", "mout_mfc", DIV_MFC, 0, 4), | 735 | DIV(CLK_SCLK_MFC, "sclk_mfc", "mout_mfc", DIV_MFC, 0, 4), |
736 | DIV_F(0, "div_g3d", "mout_g3d", DIV_G3D, 0, 4, | 736 | DIV(CLK_SCLK_G3D, "sclk_g3d", "mout_g3d", DIV_G3D, 0, 4), |
737 | CLK_SET_RATE_PARENT, 0), | ||
738 | DIV(0, "div_fimd0", "mout_fimd0", DIV_LCD0, 0, 4), | 737 | DIV(0, "div_fimd0", "mout_fimd0", DIV_LCD0, 0, 4), |
739 | DIV(0, "div_mipi0", "mout_mipi0", DIV_LCD0, 16, 4), | 738 | DIV(0, "div_mipi0", "mout_mipi0", DIV_LCD0, 16, 4), |
740 | DIV(0, "div_audio0", "mout_audio0", DIV_MAUDIO, 0, 4), | 739 | DIV(0, "div_audio0", "mout_audio0", DIV_MAUDIO, 0, 4), |
@@ -857,8 +856,7 @@ static struct samsung_gate_clock exynos4_gate_clks[] __initdata = { | |||
857 | 0), | 856 | 0), |
858 | GATE(CLK_TSI, "tsi", "aclk133", GATE_IP_FSYS, 4, 0, 0), | 857 | GATE(CLK_TSI, "tsi", "aclk133", GATE_IP_FSYS, 4, 0, 0), |
859 | GATE(CLK_SROMC, "sromc", "aclk133", GATE_IP_FSYS, 11, 0, 0), | 858 | GATE(CLK_SROMC, "sromc", "aclk133", GATE_IP_FSYS, 11, 0, 0), |
860 | GATE(CLK_SCLK_G3D, "sclk_g3d", "div_g3d", GATE_IP_G3D, 0, | 859 | GATE(CLK_G3D, "g3d", "aclk200", GATE_IP_G3D, 0, 0, 0), |
861 | CLK_SET_RATE_PARENT, 0), | ||
862 | GATE(CLK_PPMUG3D, "ppmug3d", "aclk200", GATE_IP_G3D, 1, 0, 0), | 860 | GATE(CLK_PPMUG3D, "ppmug3d", "aclk200", GATE_IP_G3D, 1, 0, 0), |
863 | GATE(CLK_USB_DEVICE, "usb_device", "aclk133", GATE_IP_FSYS, 13, 0, 0), | 861 | GATE(CLK_USB_DEVICE, "usb_device", "aclk133", GATE_IP_FSYS, 13, 0, 0), |
864 | GATE(CLK_ONENAND, "onenand", "aclk133", GATE_IP_FSYS, 15, 0, 0), | 862 | GATE(CLK_ONENAND, "onenand", "aclk133", GATE_IP_FSYS, 15, 0, 0), |