]> Pileus Git - ~andy/linux/commitdiff
clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem
authorRahul Sharma <rahul.sharma@samsung.com>
Fri, 23 Aug 2013 07:16:59 +0000 (12:46 +0530)
committerMike Turquette <mturquette@linaro.org>
Thu, 29 Aug 2013 02:23:40 +0000 (19:23 -0700)
parent of hdmi and mixer block is mentioned as aclk200 which is
not correct. It is clocked by the ouput of aclk200_disp1. Hence
parent for mixer and hdmi clocks is changed to aclk200_disp1.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/samsung/clk-exynos5250.c

index a9916a46e7a75071313a9b3bf7fc5d6935dc5fd1..d90e593262527de9e710c5d73a70958930341b62 100644 (file)
@@ -489,8 +489,8 @@ static struct samsung_gate_clock exynos5250_gate_clks[] __initdata = {
        GATE(mie1, "mie1", "aclk200", GATE_IP_DISP1, 1, 0, 0),
        GATE(dsim0, "dsim0", "aclk200", GATE_IP_DISP1, 3, 0, 0),
        GATE(dp, "dp", "aclk200", GATE_IP_DISP1, 4, 0, 0),
-       GATE(mixer, "mixer", "aclk200", GATE_IP_DISP1, 5, 0, 0),
-       GATE(hdmi, "hdmi", "aclk200", GATE_IP_DISP1, 6, 0, 0),
+       GATE(mixer, "mixer", "mout_aclk200_disp1", GATE_IP_DISP1, 5, 0, 0),
+       GATE(hdmi, "hdmi", "mout_aclk200_disp1", GATE_IP_DISP1, 6, 0, 0),
        GATE(g2d, "g2d", "aclk200", GATE_IP_ACP, 3, 0, 0),
 };