Re: [RFC PATCH net-next 6/6] microchip: lan865x: add device-tree support for Microchip's LAN865X MACPHY

From: Andrew Lunn
Date: Wed Sep 13 2023 - 22:09:23 EST


> + oa-chunk-size: true
> + oa-tx-cut-through: true
> + oa-rx-cut-through: true
> + oa-protected: true

Please split this up into properties all OA TC6 devices are expected
to use, and those specific to the LAN865x. Put the generic properties
into a .yaml file, which you then inherit into the device specific
yaml file.

Also, LAN865x specific properties should have a vendor prefix.

Andrew