提交 3a85543f 编写于 作者: L Linus Walleij

ARM: dts: add the PCI clock to the device tree

The PCIv3 driver needs to fetch this clock, so add it to the
device tree.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 2bd6bf03
...@@ -160,6 +160,7 @@ ...@@ -160,6 +160,7 @@
reg = <0x62000000 0x10000>; reg = <0x62000000 0x10000>;
interrupt-parent = <&pic>; interrupt-parent = <&pic>;
interrupts = <17>; /* Bus error IRQ */ interrupts = <17>; /* Bus error IRQ */
clocks = <&pciclk>;
ranges = <0x00000000 0 0x61000000 /* config space */ ranges = <0x00000000 0 0x61000000 /* config space */
0x61000000 0 0x00100000 /* 16 MiB @ 61000000 */ 0x61000000 0 0x00100000 /* 16 MiB @ 61000000 */
0x01000000 0 0x0 /* I/O space */ 0x01000000 0 0x0 /* I/O space */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册