]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: fix rk3576 pcie1 linux,pci-domain
authorShawn Lin <shawn.lin@rock-chips.com>
Tue, 3 Jun 2025 02:35:40 +0000 (10:35 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 9 Jun 2025 09:02:29 +0000 (11:02 +0200)
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: d4b9fc2af45d ("arm64: dts: rockchip: Add rk3576 pcie nodes")
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Link: https://lore.kernel.org/r/1748918140-212263-1-git-send-email-shawn.lin@rock-chips.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3576.dtsi

index 1086482f04792325dc4c22fb8ceeb27eef59afe4..64812e3bcb613c2dfc6c0fd215408fb688293487 100644 (file)
                                        <0 0 0 2 &pcie1_intc 1>,
                                        <0 0 0 3 &pcie1_intc 2>,
                                        <0 0 0 4 &pcie1_intc 3>;
-                       linux,pci-domain = <0>;
+                       linux,pci-domain = <1>;
                        max-link-speed = <2>;
                        num-ib-windows = <8>;
                        num-viewport = <8>;