Skip to content

Commit

Permalink
ARM: dts: i.MX53: fix apparent bug in VPU clks
Browse files Browse the repository at this point in the history
The VPU on i.MX53 has two distinct clocks for register access and
internal function.

Signed-off-by: Lothar Waßmann <[email protected]>
Fixes: fbf970f ("ARM: dts: mx53qsb: Enable VPU support")
Cc: <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
lw-karo authored and Shawn Guo committed Aug 18, 2014
1 parent 6248c27 commit fa97d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit fa97d2f

Please sign in to comment.