diff options
| author | Robert Marko | 2025-05-13 10:12:39 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-13 17:58:22 +0000 |
| commit | 5e0bbd3670fce352949fb976c543df2601c0e1d2 (patch) | |
| tree | e640666266393a15492bbe5c4b55a46bf2edc5f2 | |
| parent | 8aad4cd43dbaf805ef5b6203f3bb00942e75ecfe (diff) | |
| download | openwrt-5e0bbd3670fce352949fb976c543df2601c0e1d2.tar.gz | |
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>
| -rw-r--r-- | target/linux/qualcommax/patches-6.6/0162-arm64-dts-qcom-ipq5018-Add-PCIe-related-nodes.patch | 4 |
1 files changed, 3 insertions, 1 deletions
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@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>; |