Hi Shaik, On Thu, Apr 24, 2014 at 6:33 PM, Shaik Ameer Basha <shaik.ameer@xxxxxxxxxxx> wrote: > Addign more G2D block clocks. > > Signed-off-by: Rahul Sharma <rahul.sharma@xxxxxxxxxxx> > Signed-off-by: Shaik Ameer Basha <shaik.ameer@xxxxxxxxxxx> > --- > drivers/clk/samsung/clk-exynos5420.c | 10 ++++++++++ > include/dt-bindings/clock/exynos5420.h | 3 +++ > 2 files changed, 13 insertions(+) > mode change 100644 => 100755 include/dt-bindings/clock/exynos5420.h > > diff --git a/drivers/clk/samsung/clk-exynos5420.c b/drivers/clk/samsung/clk-exynos5420.c > index 9da85ac..ab07299 100755 > --- a/drivers/clk/samsung/clk-exynos5420.c > +++ b/drivers/clk/samsung/clk-exynos5420.c > @@ -815,6 +815,10 @@ static struct samsung_gate_clock exynos5420_gate_clks[] __initdata = { > GATE(CLK_ROTATOR, "rotator", "aclk266", GATE_IP_GEN, 1, 0, 0), > GATE(CLK_JPEG, "jpeg", "aclk300_jpeg", GATE_IP_GEN, 2, 0, 0), > GATE(CLK_JPEG2, "jpeg2", "aclk300_jpeg", GATE_IP_GEN, 3, 0, 0), > + GATE(CLK_MDMA0, "mdma0", "aclk266_g2d", > + GATE_IP_G2D, 1, CLK_IGNORE_UNUSED, 0), > + GATE(CLK_SMMU_MDMA0, "smmu_mdma0", "aclk266_g2d", > + GATE_IP_G2D, 5, CLK_IGNORE_UNUSED, 0), > GATE(CLK_MDMA1, "mdma1", "aclk266", GATE_IP_GEN, 4, 0, 0), > GATE(CLK_SMMU_ROTATOR, "smmu_rotator", "aclk266", GATE_IP_GEN, 6, 0, 0), > GATE(CLK_SMMU_JPEG, "smmu_jpeg", "aclk300_jpeg", GATE_IP_GEN, 7, 0, 0), > @@ -842,6 +846,11 @@ static struct samsung_gate_clock exynos5420_gate_clks[] __initdata = { > "mout_user_aclk333_432_isp0", GATE_BUS_TOP, 5, 0, 0), > GATE(0, "aclk333_432_isp", > "mout_user_aclk333_432_isp", GATE_BUS_TOP, 8, 0, 0), > + /* G2D */ > + GATE(CLK_G2D, "g2d", "aclk333_g2d", > + GATE_IP_G2D, 3, CLK_IGNORE_UNUSED, 0), > + GATE(CLK_SMMU_G2D, "smmu_g2d", "aclk333_g2d", > + GATE_IP_G2D, 7, CLK_IGNORE_UNUSED, 0), > /* ISP */ > GATE(0, "sclk_pwm_isp", "dout_pwm_isp", GATE_TOP_SCLK_ISP, 3, 0, 0), > GATE(0, "sclk_uart_isp", "dout_uart_isp", GATE_TOP_SCLK_ISP, 0, 0, 0), > @@ -858,6 +867,7 @@ static struct samsung_gate_clock exynos5420_gate_clks[] __initdata = { > > /* SSS */ > GATE(CLK_SSS, "sss", "aclk266_g2d", GATE_IP_G2D, 2, 0, 0), > + GATE(CLK_SMMU_SSS, "smmu_sss", "aclk266_g2d", GATE_IP_G2D, 6, 0, 0), Probably couple of G2D block clocks are still missing, can you please take a look? > }; > > static struct samsung_pll_clock exynos5420_plls[nr_plls] __initdata = { > diff --git a/include/dt-bindings/clock/exynos5420.h b/include/dt-bindings/clock/exynos5420.h > old mode 100644 > new mode 100755 > index 223925f..6631dc1 > --- a/include/dt-bindings/clock/exynos5420.h > +++ b/include/dt-bindings/clock/exynos5420.h > @@ -175,6 +175,9 @@ > #define CLK_ACLK_G3D 500 > #define CLK_G3D 501 > #define CLK_SMMU_MIXER 502 > +#define CLK_SMMU_G2D 503 > +#define CLK_SMMU_MDMA0 504 > +#define CLK_SMMU_SSS 505 > > /* mux clocks */ > #define CLK_MOUT_HDMI 640 > -- > 1.7.9.5 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Regards, Alim -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html