summaryrefslogtreecommitdiffstats
path: root/board/esd/du405/du405.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/du405/du405.c')
-rw-r--r--board/esd/du405/du405.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/board/esd/du405/du405.c b/board/esd/du405/du405.c
index 8a87d5549e..3bb34fd826 100644
--- a/board/esd/du405/du405.c
+++ b/board/esd/du405/du405.c
@@ -191,10 +191,16 @@ int checkboard (void)
*(volatile unsigned char *) FPGA_MODE_REG = 0xff; /* reset high active */
*(volatile unsigned char *) FPGA_MODE_REG = 0x00; /* low again */
+ return 0;
+}
+
+void reset_phy(void)
+{
+#if defined(CONFIG_LXT971_NO_SLEEP)
+
/*
* Disable sleep mode in LXT971
*/
lxt971_no_sleep();
-
- return 0;
+#endif
}
OpenPOWER on IntegriCloud