Re: [PATCH net] net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delay

From: Tao Ren
Date: Tue Nov 06 2018 - 14:45:55 EST


On 11/6/18 11:17 AM, David Miller wrote:
> From: Tao Ren <taoren@xxxxxx>
> Date: Mon, 5 Nov 2018 14:35:40 -0800
>
>> This patch allows users to enable/disable internal TX and/or RX clock
>> delay for BCM54616S PHYs so as to satisfy RGMII timing specifications.
>>
>> On a particular platform, whether TX and/or RX clock delay is required
>> depends on how PHY connected to the MAC IP. This requirement can be
>> specified through "phy-mode" property in the platform device tree.
>>
>> The patch is inspired by commit 733336262b28 ("net: phy: Allow BCM5481x
>> PHYs to setup internal TX/RX clock delay").
>>
>> Signed-off-by: Tao Ren <taoren@xxxxxx>
>
> This is fine for 'net', applied, thanks.

Thanks David for the quick action.

- Tao Ren