forked from Ivasoft/openwrt
ipq806x: fix pcie with linux 4.9
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -737,7 +737,7 @@
|
||||
};
|
||||
|
||||
pcie0: pci@1b500000 {
|
||||
compatible = "qcom,pcie-v0";
|
||||
compatible = "qcom,pcie-ipq8064";
|
||||
reg = <0x1b500000 0x1000
|
||||
0x1b502000 0x80
|
||||
0x1b600000 0x100
|
||||
@@ -789,7 +789,7 @@
|
||||
};
|
||||
|
||||
pcie1: pci@1b700000 {
|
||||
compatible = "qcom,pcie-v0";
|
||||
compatible = "qcom,pcie-ipq8064";
|
||||
reg = <0x1b700000 0x1000
|
||||
0x1b702000 0x80
|
||||
0x1b800000 0x100
|
||||
@@ -841,7 +841,7 @@
|
||||
};
|
||||
|
||||
pcie2: pci@1b900000 {
|
||||
compatible = "qcom,pcie-v0";
|
||||
compatible = "qcom,pcie-ipq8064";
|
||||
reg = <0x1b900000 0x1000
|
||||
0x1b902000 0x80
|
||||
0x1ba00000 0x100
|
||||
|
||||
Reference in New Issue
Block a user