diff mbox series

[2/2] config: apalis-imx8: Enable FEC TXC delay

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

Commit Message

Philippe Schenker March 9, 2020, 6:38 p.m. UTC
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(+)

Comments

Oleksandr Suvorov March 11, 2020, 9:58 a.m. UTC | #1
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 mbox series

Patch

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