All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BUGFIX] ARM: dts: i.MX53: fix apparent bug in VPU clks
@ 2014-08-13 13:47 ` Lothar Waßmann
  0 siblings, 0 replies; 4+ messages in thread
From: Lothar Waßmann @ 2014-08-13 13:47 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/imx53.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 6456a00..87f902d 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -724,7 +724,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>;
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-18  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-13 13:47 [PATCH BUGFIX] ARM: dts: i.MX53: fix apparent bug in VPU clks Lothar Waßmann
2014-08-13 13:47 ` Lothar Waßmann
2014-08-18  7:17 ` Shawn Guo
2014-08-18  7:17   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.