From: Lothar Waßmann Date: Wed, 13 Aug 2014 13:47:47 +0000 (+0200) Subject: ARM: dts: i.MX53: fix apparent bug in VPU clks X-Git-Tag: v3.17-rc2~7^2~7^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fa97d2f7448a2f998bca0f4d4e40d6ad49026554;p=uclinux-h8%2Flinux.git ARM: dts: i.MX53: fix apparent bug in VPU clks The VPU on i.MX53 has two distinct clocks for register access and internal function. Signed-off-by: Lothar Waßmann Fixes: fbf970f61eb9 ("ARM: dts: mx53qsb: Enable VPU support") Cc: Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 64fa27b36be0..c6c58c1c00e3 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -731,7 +731,7 @@ 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>;