[openwrt/openwrt] ipq40xx: add PCIe bridge node reference label for ipq4019.dtsi

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 20 06:38:48 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fb94b01f7f5f4f16078d46f4db15ee9b53c6de39

commit fb94b01f7f5f4f16078d46f4db15ee9b53c6de39
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Tue May 6 19:30:52 2025 +0800

    ipq40xx: add PCIe bridge node reference label for ipq4019.dtsi
    
    Add a bridge node label so that we can insert PCIe peripheral nodes.
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18725
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 ...qcom-ipq4019-add-reference-label-for-PCIe.patch | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/target/linux/ipq40xx/patches-6.12/712-ARM-dts-qcom-ipq4019-add-reference-label-for-PCIe.patch b/target/linux/ipq40xx/patches-6.12/712-ARM-dts-qcom-ipq4019-add-reference-label-for-PCIe.patch
new file mode 100644
index 0000000000..bd3e2168bd
--- /dev/null
+++ b/target/linux/ipq40xx/patches-6.12/712-ARM-dts-qcom-ipq4019-add-reference-label-for-PCIe.patch
@@ -0,0 +1,24 @@
+From: Shiji Yang <yangshiji66 at outlook.com>
+Date: Tue, 6 May 2025 08:11:10 +0800
+Subject: [PATCH] ARM: dts: qcom: ipq4019: add reference label for PCIe bridge
+ node
+
+Some devices have an ath10k PCIe peripheral. Add a label so that
+the bridge node can be referenced.
+
+Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
+---
+ arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
++++ b/arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
+@@ -470,7 +470,7 @@
+ 
+ 			status = "disabled";
+ 
+-			pcie at 0 {
++			pcie_bridge0: pcie at 0 {
+ 				device_type = "pci";
+ 				reg = <0x0 0x0 0x0 0x0 0x0>;
+ 				bus-range = <0x01 0xff>;




More information about the lede-commits mailing list