Re: [PATCH v2 3/5] ARM: dts: NSP: Fix MDIO mux node names

From: Andrew Lunn
Date: Sun Aug 29 2021 - 20:27:30 EST


On Sun, Aug 29, 2021 at 10:37:49PM +0000, Matthew Hagan wrote:
> While functional, the mdio-mux-mmioreg binding does not conform to
> Documentation/devicetree/bindings/net/mdio-mux-mmioreg.yaml in that an
> mdio-mux compatible is also required. Without this the following output
> is observed when running dtbs_check:
>
> mdio-mux@32000: compatible: ['mdio-mux-mmioreg'] is too short
>
> This change brings conformance to this requirement and corresponds
> likewise to Rafal Milecki's change to the BCM5301x platform[1].
>
> [1] https://lore.kernel.org/linux-arm-kernel/20210822191256.3715003-1-f.fainelli@xxxxxxxxx/T/
>
> Signed-off-by: Matthew Hagan <mnhagan88@xxxxxxxxx>

Thanks for the expanded commit message.

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew