提交 09ebf366 编写于 作者: P Philipp Zabel 提交者: Shawn Guo

ARM i.MX6q: Link system reset controller (SRC) to IPU in DT

Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: NStephen Warren <swarren@nvidia.com>
Reviewed-by: NMarek Vasut <marex@denx.de>
Reviewed-by: NPavel Machek <pavel@ucw.cz>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 41c04342
...@@ -335,6 +335,7 @@ ...@@ -335,6 +335,7 @@
interrupts = <0 8 0x4 0 7 0x4>; interrupts = <0 8 0x4 0 7 0x4>;
clocks = <&clks 133>, <&clks 134>, <&clks 137>; clocks = <&clks 133>, <&clks 134>, <&clks 137>;
clock-names = "bus", "di0", "di1"; clock-names = "bus", "di0", "di1";
resets = <&src 4>;
}; };
}; };
}; };
......
...@@ -523,6 +523,7 @@ ...@@ -523,6 +523,7 @@
compatible = "fsl,imx6q-src"; compatible = "fsl,imx6q-src";
reg = <0x020d8000 0x4000>; reg = <0x020d8000 0x4000>;
interrupts = <0 91 0x04 0 96 0x04>; interrupts = <0 91 0x04 0 96 0x04>;
#reset-cells = <1>;
}; };
gpc: gpc@020dc000 { gpc: gpc@020dc000 {
...@@ -822,6 +823,7 @@ ...@@ -822,6 +823,7 @@
interrupts = <0 6 0x4 0 5 0x4>; interrupts = <0 6 0x4 0 5 0x4>;
clocks = <&clks 130>, <&clks 131>, <&clks 132>; clocks = <&clks 130>, <&clks 131>, <&clks 132>;
clock-names = "bus", "di0", "di1"; clock-names = "bus", "di0", "di1";
resets = <&src 2>;
}; };
}; };
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册