From 285e3c3ea95af771e410bc34cda03509ecd5f2a7 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Sun, 24 Jul 2016 01:31:41 +0000 Subject: [PATCH] Allow the use of micphy on am335x devices. The Micrel PHYs reads the optional external delays from DTB. Tested and used by uBMC and uFW. Sponsored by: Rubicon Communications (Netgate) --- sys/arm/ti/files.ti | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm/ti/files.ti b/sys/arm/ti/files.ti index 6f571c6867b..32db6f761a7 100644 --- a/sys/arm/ti/files.ti +++ b/sys/arm/ti/files.ti @@ -20,6 +20,7 @@ arm/ti/ti_i2c.c optional ti_i2c arm/ti/ti_sdhci.c optional sdhci arm/ti/ti_spi.c optional ti_spi +dev/mii/micphy.c optional micphy dev/uart/uart_dev_ti8250.c optional uart dev/uart/uart_dev_ns8250.c optional uart