diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-03-27 18:30:36 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 16:52:55 +0200 |
commit | 4438a6a1cc7401aa8b6dc7f871812bcb39c4e7a9 (patch) | |
tree | 5cb9b2631a319885e1a0d4056201e82f7e81d3de /arch/arm/boot/dts/imx51.dtsi | |
parent | ARM: imx: Add support for the Armadeus Systems APF27Dev docking board (diff) | |
download | linux-4438a6a1cc7401aa8b6dc7f871812bcb39c4e7a9.tar.xz linux-4438a6a1cc7401aa8b6dc7f871812bcb39c4e7a9.zip |
ARM i.MX5: Move IPU clock lookups into device tree
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 32b85a836fb5..76d84a4b8508 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -68,6 +68,8 @@ compatible = "fsl,imx51-ipu"; reg = <0x40000000 0x20000000>; interrupts = <11 10>; + clocks = <&clks 59>, <&clks 110>, <&clks 61>; + clock-names = "bus", "di0", "di1"; }; aips@70000000 { /* AIPS1 */ |