[openwrt/openwrt] qualcommax: ipq50xx: add missing bus-range to PCIe bridges

LEDE Commits lede-commits at lists.infradead.org
Tue May 13 10:58:29 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5e0bbd3670fce352949fb976c543df2601c0e1d2

commit 5e0bbd3670fce352949fb976c543df2601c0e1d2
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue May 13 12:12:39 2025 +0200

    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 at gmail.com>
---
 .../0162-arm64-dts-qcom-ipq5018-Add-PCIe-related-nodes.patch          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/target/linux/qualcommax/patches-6.6/0162-arm64-dts-qcom-ipq5018-Add-PCIe-related-nodes.patch b/target/linux/qualcommax/patches-6.6/0162-arm64-dts-qcom-ipq5018-Add-PCIe-related-nodes.patch
index d78b05d665..448cb9cc54 100644
--- a/target/linux/qualcommax/patches-6.6/0162-arm64-dts-qcom-ipq5018-Add-PCIe-related-nodes.patch
+++ b/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 <george.moussalem at 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 at outlook.com>
 +			pcie at 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 at outlook.com>
 +			pcie at 0 {
 +				device_type = "pci";
 +				reg = <0x0 0x0 0x0 0x0 0x0>;
++				bus-range = <0x01 0xff>;
 +
 +				#address-cells = <3>;
 +				#size-cells = <2>;




More information about the lede-commits mailing list