On 30/06/2024 09:36, Jacobe Zang wrote: > Add clocks and clock-names for brcm4329-fmac. > > Signed-off-by: Jacobe Zang <jacobe.zang@xxxxxxxxxx> > --- > .../bindings/net/wireless/brcm,bcm4329-fmac.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > index 2c2093c77ec9a..f542b60e44dc4 100644 > --- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > +++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml > @@ -122,6 +122,14 @@ properties: > NVRAM. This would normally be filled in by the bootloader from platform > configuration data. > > + clocks: > + items: > + - description: Wi-Fi RTC clock > + > + clock-names: > + items: > + - const: lpo This does not match your DTS. DTS is different, e.g. does not have compatible. There are required properties here, some of which are required. Best regards, Krzysztof