Skip to content

Commit 90386e1

Browse files
committed
Merge tag 'juno-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Armv8 Juno fix for v6.13 Just a single fix updating the PCIe bus address range to accommodate the full ECAM window of 256MB available on most of the recent versions of RevC FVP models. * tag 'juno-fix-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux: arm64: dts: fvp: Update PCIe bus-range property Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents fac04ef + 4f776d8 commit 90386e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/arm/fvp-base-revc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
#interrupt-cells = <0x1>;
234234
compatible = "pci-host-ecam-generic";
235235
device_type = "pci";
236-
bus-range = <0x0 0x1>;
236+
bus-range = <0x0 0xff>;
237237
reg = <0x0 0x40000000 0x0 0x10000000>;
238238
ranges = <0x2000000 0x0 0x50000000 0x0 0x50000000 0x0 0x10000000>;
239239
interrupt-map = <0 0 0 1 &gic 0 0 GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)