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 /arch/arm/boot/dts/imx6qdl.dtsi | |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
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 | }; |