Message ID | 20200309183836.32609-2-philippe.schenker@toradex.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] net: fec: Add possibility to enable TXC delay | expand |
On Mon, Mar 9, 2020 at 8:39 PM Philippe Schenker <philippe.schenker at toradex.com> wrote: > > define FEC_ENET_ENABLE_TXC_DELAY to enable the delay on TXC line on > the MAC. The description doesn't explain why we enable this delay. Could you add an explanation, please? With that: Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov at toradex.com> > > Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com> > > --- > > include/configs/apalis-imx8.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h > index bea035c3e23..40037157339 100644 > --- a/include/configs/apalis-imx8.h > +++ b/include/configs/apalis-imx8.h > @@ -24,6 +24,7 @@ > > /* Networking */ > #define FEC_QUIRK_ENET_MAC > +#define FEC_ENET_ENABLE_TXC_DELAY > > #define CONFIG_TFTP_TSIZE > > -- > 2.25.1 >
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index bea035c3e23..40037157339 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -24,6 +24,7 @@ /* Networking */ #define FEC_QUIRK_ENET_MAC +#define FEC_ENET_ENABLE_TXC_DELAY #define CONFIG_TFTP_TSIZE
define FEC_ENET_ENABLE_TXC_DELAY to enable the delay on TXC line on the MAC. Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com> --- include/configs/apalis-imx8.h | 1 + 1 file changed, 1 insertion(+)