]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: i.MX53: fix apparent bug in VPU clks
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 13 Aug 2014 13:47:47 +0000 (15:47 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Mon, 18 Aug 2014 07:16:19 +0000 (15:16 +0800)
The VPU on i.MX53 has two distinct clocks for register access and
internal function.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Fixes: fbf970f61eb9 ("ARM: dts: mx53qsb: Enable VPU support")
Cc: <stable@vger.kernel.org>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx53.dtsi

index 64fa27b36be0c957b7e8b39610eac563c730b99b..c6c58c1c00e3d866149bc17f12d4cff71fb2b96b 100644 (file)
                                compatible = "fsl,imx53-vpu";
                                reg = <0x63ff4000 0x1000>;
                                interrupts = <9>;
-                               clocks = <&clks IMX5_CLK_VPU_GATE>,
+                               clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>,
                                         <&clks IMX5_CLK_VPU_GATE>;
                                clock-names = "per", "ahb";
                                resets = <&src 1>;