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

From: Jerry.Ray
Date: Fri Sep 02 2022 - 16:24:48 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
>

I was planning the conversion to YAML as a separate patch as I didn't want to delay this one.

Jerry.