On Fri, Jun 02, 2023 at 03:59:24PM +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > Include ieee80211.yaml to allow using generic 802.11 properties for > bindings of Broadcom FullMAC devices. That allows specifying frequencies > ranges. > > Signed-off-by: Rafał Miłecki Acked-by: Conor Dooley Thanks, Conor. > --- > .../devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > index 527f055a6683..4aa521f1be8c 100644 > --- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > +++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > @@ -15,6 +15,9 @@ description: > These chips also have a Bluetooth portion described in a separate > binding. > > +allOf: > + - $ref: ieee80211.yaml# > + > properties: > compatible: > oneOf: > @@ -121,7 +124,7 @@ required: > - compatible > - reg > > -additionalProperties: false > +unevaluatedProperties: false > > examples: > - | > -- > 2.35.3 >