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

ARM: dts: armada-375: 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: 4de59085091f ("ARM: mvebu: add Device Tree description of the Armada 375 SoC")
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
823956d2 eab27678

+1 -1
+1 -1
arch/arm/boot/dts/armada-375.dtsi
··· 592 592 593 593 pcie1: pcie@2,0 { 594 594 device_type = "pci"; 595 - assigned-addresses = <0x82000800 0 0x44000 0 0x2000>; 595 + assigned-addresses = <0x82001000 0 0x44000 0 0x2000>; 596 596 reg = <0x1000 0 0 0 0>; 597 597 #address-cells = <3>; 598 598 #size-cells = <2>;