Re: [PATCH 2/2] net: dsa: LAN9303: Add basic support for LAN9354

From: Andrew Lunn
Date: Mon Aug 29 2022 - 15:22:36 EST


> static const struct of_device_id lan9303_mdio_of_match[] = {
> { .compatible = "smsc,lan9303-mdio" },
> + { .compatible = "microchip,lan9354-mdio" },
> { /* sentinel */ },

Please add this compatible to
Documentation/devicetree/bindings/net/dsa/lan9303.txt. Better still,
please convert it to YAML.

Andrew