Commit b1e2e546 authored by Philipp Zabel's avatar Philipp Zabel Committed by Shawn Guo

ARM: dts: i.MX53: Add reset line to VPU device node

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent c92578c6
...@@ -727,6 +727,7 @@ vpu: vpu@63ff4000 { ...@@ -727,6 +727,7 @@ vpu: vpu@63ff4000 {
clocks = <&clks IMX5_CLK_VPU_GATE>, clocks = <&clks IMX5_CLK_VPU_GATE>,
<&clks IMX5_CLK_VPU_GATE>; <&clks IMX5_CLK_VPU_GATE>;
clock-names = "per", "ahb"; clock-names = "per", "ahb";
resets = <&src 1>;
iram = <&ocram>; iram = <&ocram>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment