Message ID | 20240624081906.1399447-6-jacobe.zang@wesion.com |
---|---|
State | Superseded |
Headers | show |
Series | Add AP6275P wireless support | expand |
On 6/24/2024 10:19 AM, Jacobe Zang wrote: > AP6275P Wi-Fi module connected via the PCIe interface. Repeating my remark from v1 series although I gained some knowledge what chip it should be now ;-) > Signed-off-by: Jacobe Zang <jacobe.zang@wesion.com> > --- > .../devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > index b9e39a62c3b32..fd22ade92210c 100644 > --- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > +++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > @@ -53,6 +53,7 @@ properties: > - pci14e4,4488 # BCM4377 > - pci14e4,4425 # BCM4378 > - pci14e4,4433 # BCM4387 > + - pci14e4,449d # BCM4329 This should BCM43752 iso BCM4329. > > reg: > description: SDIO function number for the device (for most case
Arend Van Spriel <aspriel@gmail.com> writes: > On 6/24/2024 10:19 AM, Jacobe Zang wrote: >> AP6275P Wi-Fi module connected via the PCIe interface. > > Repeating my remark from v1 series although I gained some knowledge > what chip it should be now ;-) > >> Signed-off-by: Jacobe Zang <jacobe.zang@wesion.com> >> --- >> .../devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml | 1 + >> 1 file changed, 1 insertion(+) >> diff --git >> a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml >> b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml >> index b9e39a62c3b32..fd22ade92210c 100644 >> --- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml >> +++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml >> @@ -53,6 +53,7 @@ properties: >> - pci14e4,4488 # BCM4377 >> - pci14e4,4425 # BCM4378 >> - pci14e4,4433 # BCM4387 >> + - pci14e4,449d # BCM4329 > > This should BCM43752 iso BCM4329. My simple english parser threw an exception here ;)
diff --git a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml index b9e39a62c3b32..fd22ade92210c 100644 --- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml +++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml @@ -53,6 +53,7 @@ properties: - pci14e4,4488 # BCM4377 - pci14e4,4425 # BCM4378 - pci14e4,4433 # BCM4387 + - pci14e4,449d # BCM4329 reg: description: SDIO function number for the device (for most cases
AP6275P Wi-Fi module connected via the PCIe interface. Signed-off-by: Jacobe Zang <jacobe.zang@wesion.com> --- .../devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml | 1 + 1 file changed, 1 insertion(+)