diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2014-08-13 15:47:47 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-08-18 15:16:19 +0800 |
commit | fa97d2f7448a2f998bca0f4d4e40d6ad49026554 (patch) | |
tree | 7fa2fc15cbb8d7215445e091ae34ea9def647486 | |
parent | 6248c273eb305fb4fa3240cc0b840118c44cd122 (diff) | |
download | op-kernel-dev-fa97d2f7448a2f998bca0f4d4e40d6ad49026554.zip op-kernel-dev-fa97d2f7448a2f998bca0f4d4e40d6ad49026554.tar.gz |
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 <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>
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 64fa27b..c6c58c1 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>; |