diff mbox series

[U-Boot] armv8: ls1088aqds: Enable mdio commands on u-boot prompt

Message ID 1523602725-17123-1-git-send-email-Ashish.Kumar@nxp.com
State Accepted
Commit 11d5f7d895b2ed6bf511e84aa7c08ddde98e1d33
Delegated to: York Sun
Headers show
Series [U-Boot] armv8: ls1088aqds: Enable mdio commands on u-boot prompt | expand

Commit Message

Ashish Kumar April 13, 2018, 6:58 a.m. UTC
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
---
 board/freescale/ls1088a/eth_ls1088aqds.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

York Sun May 9, 2018, 6:13 p.m. UTC | #1
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
diff mbox series

Patch

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>