lkml.org 
[lkml]   [2021]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH V2 net-next 5/7] net: fec: add MAC internal delayed clock feature support
> +	/* For rgmii internal delay, valid values are 0ps and 2000ps */
> + if (of_property_read_u32(np, "tx-internal-delay-ps", &rgmii_delay))
> + fep->rgmii_txc_dly = true;
> + if (of_property_read_u32(np, "rx-internal-delay-ps", &rgmii_delay))
> + fep->rgmii_rxc_dly = true;

I don't see any validation of the only supported values are 0ps and
2000ps.

Andrew

\
 
 \ /
  Last update: 2021-07-28 16:11    [W:0.113 / U:1.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site