* [PATCH BUGFIX] ARM: dts: i.MX53: fix apparent bug in VPU clks
@ 2014-08-13 13:47 Lothar Waßmann
2014-08-18 7:17 ` Shawn Guo
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
* [PATCH BUGFIX] ARM: dts: i.MX53: fix apparent bug in VPU clks
2014-08-13 13:47 [PATCH BUGFIX] ARM: dts: i.MX53: fix apparent bug in VPU clks Lothar Waßmann
@ 2014-08-18 7:17 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-08-18 7:17 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 13, 2014 at 03:47:47PM +0200, Lothar Wa?mann wrote:
> 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>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-18 7:17 UTC | newest]
Thread overview: 2+ 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-18 7:17 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).