From: Linus Walleij Date: Tue, 10 Jan 2017 12:52:04 +0000 (+0100) Subject: ARM: dts: add the PCI clock to the device tree X-Git-Tag: v4.15-rc1~75^2~50^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a85543f35be59c41c685a64336149546564ef76;p=thirdparty%2Flinux.git 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 --- diff --git a/arch/arm/boot/dts/integratorap.dts b/arch/arm/boot/dts/integratorap.dts index e8b249f92fb3a..152d59821db01 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 */