aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53.dtsi
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2014-03-19 10:49:24 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-05-16 11:01:44 -0400
commitb1e2e54610a4d6c98da3bc5a567f18976c0ce032 (patch)
treed3c20938c2e98beae74cf22e8493ecc809f0730a /arch/arm/boot/dts/imx53.dtsi
parentc92578c6e58b55a829d8954b1b9327225d1367cd (diff)
ARM: dts: i.MX53: Add reset line to VPU device node
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 39ea33a09c47..375e66fad578 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -727,6 +727,7 @@
727 clocks = <&clks IMX5_CLK_VPU_GATE>, 727 clocks = <&clks IMX5_CLK_VPU_GATE>,
728 <&clks IMX5_CLK_VPU_GATE>; 728 <&clks IMX5_CLK_VPU_GATE>;
729 clock-names = "per", "ahb"; 729 clock-names = "per", "ahb";
730 resets = <&src 1>;
730 iram = <&ocram>; 731 iram = <&ocram>;
731 }; 732 };
732 }; 733 };