Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: armada-370: Fix assigned-addresses for every PCIe Root Port

BDF of resource in DT assigned-addresses property of Marvell PCIe Root Port
(PCI-to-PCI bridge) should match BDF in address part in that DT node name
as specified resource belongs to Marvell PCIe Root Port itself.

Fixes: a09a0b7c6ff1 ("arm: mvebu: add PCIe Device Tree informations for Armada 370")
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Pali Rohár and committed by
Gregory CLEMENT
d9208b0f dcc7d8c7

+1 -1
+1 -1
arch/arm/boot/dts/armada-370.dtsi
··· 84 84 85 85 pcie2: pcie@2,0 { 86 86 device_type = "pci"; 87 - assigned-addresses = <0x82002800 0 0x80000 0 0x2000>; 87 + assigned-addresses = <0x82001000 0 0x80000 0 0x2000>; 88 88 reg = <0x1000 0 0 0 0>; 89 89 #address-cells = <3>; 90 90 #size-cells = <2>;