Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lothar Waßmann and committed by
Shawn Guo
fa97d2f7 6248c273

+1 -1
+1 -1
arch/arm/boot/dts/imx53.dtsi
··· 731 731 compatible = "fsl,imx53-vpu"; 732 732 reg = <0x63ff4000 0x1000>; 733 733 interrupts = <9>; 734 - clocks = <&clks IMX5_CLK_VPU_GATE>, 734 + clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>, 735 735 <&clks IMX5_CLK_VPU_GATE>; 736 736 clock-names = "per", "ahb"; 737 737 resets = <&src 1>;