From 1387cdb079f40f2a965b68d3b6b13a050b468f90 Mon Sep 17 00:00:00 2001 From: loos Date: Sun, 20 Sep 2015 14:13:29 +0000 Subject: Add alternate descriptors support for if_dwc. This also adds a newbus interface that allows a SoC to override the following settings: - if_dwc specific SoC initialization; - if_dwc descriptor type; - if_dwc MII clock. This seems to be an old version of the hardware descriptors but it is still in use in a few SoCs (namely Allwinner A20 and Amlogic at least). Tested on Cubieboard2 and Banana pi. Tested for regressions on Altera Cyclone by br@ (old version). Obtained from: NetBSD --- sys/arm/altera/socfpga/files.socfpga | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/arm/altera/socfpga/files.socfpga') diff --git a/sys/arm/altera/socfpga/files.socfpga b/sys/arm/altera/socfpga/files.socfpga index 901069b..8c930df 100644 --- a/sys/arm/altera/socfpga/files.socfpga +++ b/sys/arm/altera/socfpga/files.socfpga @@ -15,7 +15,6 @@ arm/altera/socfpga/socfpga_rstmgr.c standard arm/altera/socfpga/socfpga_mp.c optional smp arm/altera/socfpga/socfpga_gpio.c optional gpio -dev/dwc/if_dwc.c optional dwc dev/mii/micphy.c optional micphy dev/mmc/host/dwmmc.c optional dwmmc -- cgit v1.1