diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-03-28 12:35:20 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 10:52:57 -0400 |
commit | 09ebf366599d691ef25c343cb66fe19ce2a74d52 (patch) | |
tree | b6a39f2d8900719c9e6f7d6a8a2a9240c1fa6d91 | |
parent | 41c043428804b34def308f1fd34ce50cca70c36c (diff) |
ARM i.MX6q: Link system reset controller (SRC) to IPU in DT
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 83bc61cac61e..21e675848bd1 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi | |||
@@ -335,6 +335,7 @@ | |||
335 | interrupts = <0 8 0x4 0 7 0x4>; | 335 | interrupts = <0 8 0x4 0 7 0x4>; |
336 | clocks = <&clks 133>, <&clks 134>, <&clks 137>; | 336 | clocks = <&clks 133>, <&clks 134>, <&clks 137>; |
337 | clock-names = "bus", "di0", "di1"; | 337 | clock-names = "bus", "di0", "di1"; |
338 | resets = <&src 4>; | ||
338 | }; | 339 | }; |
339 | }; | 340 | }; |
340 | }; | 341 | }; |
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 804c0ec32399..8b6dfd1a1b2f 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi | |||
@@ -523,6 +523,7 @@ | |||
523 | compatible = "fsl,imx6q-src"; | 523 | compatible = "fsl,imx6q-src"; |
524 | reg = <0x020d8000 0x4000>; | 524 | reg = <0x020d8000 0x4000>; |
525 | interrupts = <0 91 0x04 0 96 0x04>; | 525 | interrupts = <0 91 0x04 0 96 0x04>; |
526 | #reset-cells = <1>; | ||
526 | }; | 527 | }; |
527 | 528 | ||
528 | gpc: gpc@020dc000 { | 529 | gpc: gpc@020dc000 { |
@@ -822,6 +823,7 @@ | |||
822 | interrupts = <0 6 0x4 0 5 0x4>; | 823 | interrupts = <0 6 0x4 0 5 0x4>; |
823 | clocks = <&clks 130>, <&clks 131>, <&clks 132>; | 824 | clocks = <&clks 130>, <&clks 131>, <&clks 132>; |
824 | clock-names = "bus", "di0", "di1"; | 825 | clock-names = "bus", "di0", "di1"; |
826 | resets = <&src 2>; | ||
825 | }; | 827 | }; |
826 | }; | 828 | }; |
827 | }; | 829 | }; |