All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] armv8: ls1088aqds: Enable mdio commands on u-boot prompt
@ 2018-04-13  6:58 Ashish Kumar
  2018-05-09 18:13 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Ashish Kumar @ 2018-04-13  6:58 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
---
 board/freescale/ls1088a/eth_ls1088aqds.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/freescale/ls1088a/eth_ls1088aqds.c b/board/freescale/ls1088a/eth_ls1088aqds.c
index 7fe446e..d09e077 100644
--- a/board/freescale/ls1088a/eth_ls1088aqds.c
+++ b/board/freescale/ls1088a/eth_ls1088aqds.c
@@ -5,12 +5,14 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <netdev.h>
 #include <asm/io.h>
 #include <asm/arch/fsl_serdes.h>
 #include <hwconfig.h>
 #include <fsl_mdio.h>
 #include <malloc.h>
+#include <phy.h>
 #include <fm_eth.h>
 #include <i2c.h>
 #include <miiphy.h>
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] armv8: ls1088aqds: Enable mdio commands on u-boot prompt
  2018-04-13  6:58 [U-Boot] [PATCH] armv8: ls1088aqds: Enable mdio commands on u-boot prompt Ashish Kumar
@ 2018-05-09 18:13 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2018-05-09 18:13 UTC (permalink / raw)
  To: u-boot

On 04/13/2018 01:58 AM, Ashish Kumar wrote:
> Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
> ---
>  board/freescale/ls1088a/eth_ls1088aqds.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
Applied to fsl-qoriq master, awaiting upstream.
Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-09 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13  6:58 [U-Boot] [PATCH] armv8: ls1088aqds: Enable mdio commands on u-boot prompt Ashish Kumar
2018-05-09 18:13 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.