Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa97d2f7 authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Shawn Guo
Browse files

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: default avatarLothar Waßmann <LW@KARO-electronics.de>
Fixes: fbf970f6 ("ARM: dts: mx53qsb: Enable VPU support")
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 6248c273
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;