ARM: dts: exynos5420: fix clk of mali node
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 8 Apr 2015 07:23:52 +0000 (16:23 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 13 Apr 2015 10:45:02 +0000 (12:45 +0200)
Need only CLK_G3D gate clock for mali and use clk_mali name to control
the clock from mali core codes.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
arch/arm/boot/dts/exynos5420.dtsi

index 4ae95d0..1161af1 100644 (file)
                reg = <0x11800000 0x5000>;
                interrupts = <0 219 0>, <0 74 0>, <0 117 0>;
                interrupt-names = "JOB", "MMU", "GPU";
-               clocks = <&clock CLK_G3D>, <&clock CLK_MOUT_G3D>,
-                        <&clock CLK_MOUT_VPLL>, <&clock CLK_FIN_PLL>,
-                        <&clock CLK_FOUT_VPLL>;
-               clock-names = "g3d", "aclk_g3d", "mout_vpll", "ext_xtal",
-                             "fout_vpll";
+               clocks = <&clock CLK_G3D>;
+               clock-names = "clk_mali";
                status = "disabled";
        };