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

ARM: dts: dove: 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: 74ecaa403a74 ("ARM: dove: add PCIe controllers to SoC DT")
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
dcc7d8c7 e977a103

+1 -1
+1 -1
arch/arm/boot/dts/dove.dtsi
··· 139 139 pcie1: pcie@2 { 140 140 device_type = "pci"; 141 141 status = "disabled"; 142 - assigned-addresses = <0x82002800 0 0x80000 0 0x2000>; 142 + assigned-addresses = <0x82001000 0 0x80000 0 0x2000>; 143 143 reg = <0x1000 0 0 0 0>; 144 144 clocks = <&gate_clk 5>; 145 145 marvell,pcie-port = <1>;