[PATCH net-next 2/2] dt-bindings: net: microchip,ksz: document microchip,rmii-clk-internal

From: Ante Knezic
Date: Tue Oct 10 2023 - 09:44:59 EST


On Tue, 10 Oct 2023 15:25:44 +0200, Andrew Lunn wrote:
>> + microchip,rmii-clk-internal:
>> + $ref: /schemas/types.yaml#/definitions/flag
>> + description:
>> + Set if the RMII reference clock should be provided internally. Applies only
>> + to KSZ88X3 devices.
>
>It would be good to define what happens when
>microchip,rmii-clk-internal is not present. Looking at the code, you
>leave it unchanged. Is that what we want, or do we want to force it to
>external?
>
> Andrew

Default register setting is to use external RMII clock (which is btw only
available option for other KSZ devices - as far as I am aware) so I guess
theres no need to force it to external clock?