mirror of
https://github.com/openwrt/openwrt.git
synced 2026-01-12 18:45:22 +08:00
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:
@@ -161,7 +161,7 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
||||
<0>,
|
||||
<0>,
|
||||
<0>,
|
||||
@@ -501,6 +535,206 @@
|
||||
@@ -501,6 +535,208 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
@@ -259,6 +259,7 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
||||
+ pcie@0 {
|
||||
+ device_type = "pci";
|
||||
+ reg = <0x0 0x0 0x0 0x0 0x0>;
|
||||
+ bus-range = <0x01 0xff>;
|
||||
+
|
||||
+ #address-cells = <3>;
|
||||
+ #size-cells = <2>;
|
||||
@@ -359,6 +360,7 @@ Signed-off-by: George Moussalem <george.moussalem@outlook.com>
|
||||
+ pcie@0 {
|
||||
+ device_type = "pci";
|
||||
+ reg = <0x0 0x0 0x0 0x0 0x0>;
|
||||
+ bus-range = <0x01 0xff>;
|
||||
+
|
||||
+ #address-cells = <3>;
|
||||
+ #size-cells = <2>;
|
||||
|
||||
Reference in New Issue
Block a user