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

MIPS:DTS:Correct device id of pcie for Loongnon-2K

from Loongson-2K user manual know that Loongson-2K have two
pcie controller pcie0 and pcie1, pcie0 have four port named port0~port3
and pcie1 have 2 port named port0~port1. the device id of port0 is 7a19
in each pcie controller and others are 7a09.

Signed-off-by: Xiaochuan Mao <maoxiaochuan@loongson.cn>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Xiaochuan Mao and committed by
Thomas Bogendoerfer
9fa996c5 6a73022e

+8 -8
+8 -8
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
··· 163 163 }; 164 164 165 165 pci_bridge@a,0 { 166 - compatible = "pci0014,7a19.0", 167 - "pci0014,7a19", 166 + compatible = "pci0014,7a09.0", 167 + "pci0014,7a09", 168 168 "pciclass060400", 169 169 "pciclass0604"; 170 170 ··· 178 178 }; 179 179 180 180 pci_bridge@b,0 { 181 - compatible = "pci0014,7a19.0", 182 - "pci0014,7a19", 181 + compatible = "pci0014,7a09.0", 182 + "pci0014,7a09", 183 183 "pciclass060400", 184 184 "pciclass0604"; 185 185 ··· 193 193 }; 194 194 195 195 pci_bridge@c,0 { 196 - compatible = "pci0014,7a19.0", 197 - "pci0014,7a19", 196 + compatible = "pci0014,7a09.0", 197 + "pci0014,7a09", 198 198 "pciclass060400", 199 199 "pciclass0604"; 200 200 ··· 223 223 }; 224 224 225 225 pci_bridge@e,0 { 226 - compatible = "pci0014,7a19.0", 227 - "pci0014,7a19", 226 + compatible = "pci0014,7a09.0", 227 + "pci0014,7a09", 228 228 "pciclass060400", 229 229 "pciclass0604"; 230 230