diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2014-03-19 18:49:24 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 19:01:44 +0400 |
commit | b1e2e54610a4d6c98da3bc5a567f18976c0ce032 (patch) | |
tree | d3c20938c2e98beae74cf22e8493ecc809f0730a /arch/arm/boot/dts/imx53.dtsi | |
parent | c92578c6e58b55a829d8954b1b9327225d1367cd (diff) | |
download | linux-b1e2e54610a4d6c98da3bc5a567f18976c0ce032.tar.xz |
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.dtsi | 1 |
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 @@ clocks = <&clks IMX5_CLK_VPU_GATE>, <&clks IMX5_CLK_VPU_GATE>; clock-names = "per", "ahb"; + resets = <&src 1>; iram = <&ocram>; }; }; |