Re: [PATCH 4/6] ARM: dts: BCM5301X: EA9200: add wifi definitions

From: Florian Fainelli

Date: Fri Mar 20 2026 - 13:31:25 EST


On 3/19/26 17:29, Rosen Penev wrote:
On Wed, Mar 18, 2026 at 8:53 PM Rosen Penev <rosenp@xxxxxxxxx> wrote:

brcm,ccode-map and ieee80211-freq-limit are needed to be specified on
some of them for proper operation.

Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
---
.../dts/broadcom/bcm4709-linksys-ea9200.dts | 50 +++++++++++++++++++
1 file changed, 50 insertions(+)

diff --git a/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts b/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts
index 617fb55bc52f..7b1363aa1144 100644
--- a/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts
+++ b/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts
@@ -93,6 +93,56 @@ led-3 {
};
};

+&pcie_bridge0 {
+ pcie@0,0 {
+ device_type = "pci';
+ reg = <0x0000 0 0 0 0>;
+ bus-range = <0x01 0xff>;
+
+ #address-cells = <3>;
+ #size-cells = <2>;
+ ranges;
+
+ pcie@1,0 {
+ device_type = "pci';
There are typos here. "pci' vs "pci". Should I resend?

Not necessary, fixed it up while applying, thanks!
--
Florian