Re: [PATCH net-next 3/3] net: phy: mscc: implement RGMII skew delay configuration

From: Andrew Lunn
Date: Thu Feb 27 2020 - 11:25:12 EST


> Also, do we actually need to write that register only when skews are defined
> in the DT? Can't we just write to it anyway (I guess the fact that 0_2 skew
> is actually 0 in value should put me on the right path but I prefer to ask).

Hi Quentin

Ideally, you don't want to rely on the boot loader doing some
magic. So i would prefer the skew is set to 0 if the properties are
not present.

Andrew