diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-10 13:52:04 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-09-27 23:11:14 +0200 |
commit | 3a85543f35be59c41c685a64336149546564ef76 (patch) | |
tree | e261b8f0a38d1ae87a2d3c1de4f37ceaa56d00b4 /arch/arm/boot/dts/integratorap.dts | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
download | linux-3a85543f35be59c41c685a64336149546564ef76.tar.bz2 |
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: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/integratorap.dts')
-rw-r--r-- | arch/arm/boot/dts/integratorap.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts index e8b249f92fb3..152d59821db0 100644 --- a/arch/arm/boot/dts/integratorap.dts +++ b/arch/arm/boot/dts/integratorap.dts @@ -160,6 +160,7 @@ reg = <0x62000000 0x10000>; interrupt-parent = <&pic>; interrupts = <17>; /* Bus error IRQ */ + clocks = <&pciclk>; ranges = <0x00000000 0 0x61000000 /* config space */ 0x61000000 0 0x00100000 /* 16 MiB @ 61000000 */ 0x01000000 0 0x0 /* I/O space */ |