qualcommax: ipq50xx: add missing bus-range to PCIe bridges
It seems that bus-range property was missed for the PCIe bridges on IPQ50xx, thus causing DTC to warn on any bus adress used on nodes under the PCIe bridges. Link: https://github.com/openwrt/openwrt/pull/18789 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
8aad4cd43d
commit
5e0bbd3670
1 changed files with 3 additions and 1 deletions
|
@ -161,7 +161,7 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
||||||
<0>,
|
<0>,
|
||||||
<0>,
|
<0>,
|
||||||
<0>,
|
<0>,
|
||||||
@@ -501,6 +535,206 @@
|
@@ -501,6 +535,208 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -259,6 +259,7 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
||||||
+ pcie@0 {
|
+ pcie@0 {
|
||||||
+ device_type = "pci";
|
+ device_type = "pci";
|
||||||
+ reg = <0x0 0x0 0x0 0x0 0x0>;
|
+ reg = <0x0 0x0 0x0 0x0 0x0>;
|
||||||
|
+ bus-range = <0x01 0xff>;
|
||||||
+
|
+
|
||||||
+ #address-cells = <3>;
|
+ #address-cells = <3>;
|
||||||
+ #size-cells = <2>;
|
+ #size-cells = <2>;
|
||||||
|
@ -359,6 +360,7 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
||||||
+ pcie@0 {
|
+ pcie@0 {
|
||||||
+ device_type = "pci";
|
+ device_type = "pci";
|
||||||
+ reg = <0x0 0x0 0x0 0x0 0x0>;
|
+ reg = <0x0 0x0 0x0 0x0 0x0>;
|
||||||
|
+ bus-range = <0x01 0xff>;
|
||||||
+
|
+
|
||||||
+ #address-cells = <3>;
|
+ #address-cells = <3>;
|
||||||
+ #size-cells = <2>;
|
+ #size-cells = <2>;
|
||||||
|
|
Loading…
Reference in a new issue