svn commit: r303253 - head/sys/arm/ti

Andrew Turner andrew at fubar.geek.nz
Sun Jul 24 08:50:11 UTC 2016


On Sun, 24 Jul 2016 01:31:41 +0000 (UTC)
Luiz Otavio O Souza <loos at FreeBSD.org> wrote:

> Author: loos
> Date: Sun Jul 24 01:31:41 2016
> New Revision: 303253
> URL: https://svnweb.freebsd.org/changeset/base/303253
> 
> Log:
>   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)
> 
> Modified:
>   head/sys/arm/ti/files.ti
> 
> Modified: head/sys/arm/ti/files.ti
> ==============================================================================
> --- head/sys/arm/ti/files.ti	Sat Jul 23 22:50:59 2016
> (r303252) +++ head/sys/arm/ti/files.ti	Sun Jul 24 01:31:41
> 2016	(r303253) @@ -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

Why add it here and not sys/conf/files? It doesn't seem to be Ti
specific.

Andrew


More information about the svn-src-head mailing list