Skip to content

Commit af0f43d

Browse files
shawn1221mmind
authored andcommitted
arm64: dts: rockchip: fix rk3576 pcie1 linux,pci-domain
pcie0 already used 0 as its pci-domain, so pcie1 will fail to allocate the same pci-domain if both of them are used. rk-pcie 2a210000.pcie: PCIe Link up, LTSSM is 0x130011 rk-pcie 2a210000.pcie: PCIe Gen.2 x1 link up rk-pcie 2a210000.pcie: Scanning root bridge failed rk-pcie 2a210000.pcie: failed to initialize host Fixes: d4b9fc2 ("arm64: dts: rockchip: Add rk3576 pcie nodes") Signed-off-by: Shawn Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 19272b3 commit af0f43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3576.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
<0 0 0 2 &pcie1_intc 1>,
616616
<0 0 0 3 &pcie1_intc 2>,
617617
<0 0 0 4 &pcie1_intc 3>;
618-
linux,pci-domain = <0>;
618+
linux,pci-domain = <1>;
619619
max-link-speed = <2>;
620620
num-ib-windows = <8>;
621621
num-viewport = <8>;

0 commit comments

Comments
 (0)