Просмотр исходного кода

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 <[email protected]>
Robert Marko 7 месяцев назад
Родитель
Сommit
5e0bbd3670

+ 3 - 1
target/linux/qualcommax/patches-6.6/0162-arm64-dts-qcom-ipq5018-Add-PCIe-related-nodes.patch

@@ -161,7 +161,7 @@ Signed-off-by: George Moussalem <[email protected]>
  				 <0>,
  				 <0>,
  				 <0>,
-@@ -501,6 +535,206 @@
+@@ -501,6 +535,208 @@
  				status = "disabled";
  			};
  		};
@@ -259,6 +259,7 @@ Signed-off-by: George Moussalem <[email protected]>
 +			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 <[email protected]>
 +			pcie@0 {
 +				device_type = "pci";
 +				reg = <0x0 0x0 0x0 0x0 0x0>;
++				bus-range = <0x01 0xff>;
 +
 +				#address-cells = <3>;
 +				#size-cells = <2>;