aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <loos@FreeBSD.org>2015-09-20 14:13:29 +0000
committerLuiz Otavio O Souza <loos@FreeBSD.org>2015-09-20 14:13:29 +0000
commit5df539274fb359846ac12ea85b2fa3ff96ee6750 (patch)
tree0d4caf00a5660189dd641bf82edef118132e1181 /sys/arm
parentda9a326be393c0f69842fe8f05717e0afbf1c662 (diff)
downloadsrc-5df539274fb359846ac12ea85b2fa3ff96ee6750.tar.gz
src-5df539274fb359846ac12ea85b2fa3ff96ee6750.zip
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
Notes
Notes: svn path=/head/; revision=288023
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/altera/socfpga/files.socfpga1
-rw-r--r--sys/arm/amlogic/aml8726/files.aml87262
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm/altera/socfpga/files.socfpga b/sys/arm/altera/socfpga/files.socfpga
index 901069b79a76..8c930df746a8 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
diff --git a/sys/arm/amlogic/aml8726/files.aml8726 b/sys/arm/amlogic/aml8726/files.aml8726
index e4bc31e73a4a..0f198aaa5ada 100644
--- a/sys/arm/amlogic/aml8726/files.aml8726
+++ b/sys/arm/amlogic/aml8726/files.aml8726
@@ -32,5 +32,3 @@ arm/amlogic/aml8726/aml8726_pinctrl.c optional fdt_pinctrl
arm/amlogic/aml8726/uart_dev_aml8726.c optional uart
arm/amlogic/aml8726/aml8726_usb_phy-m3.c optional dwcotg usb gpio
arm/amlogic/aml8726/aml8726_usb_phy-m6.c optional dwcotg usb gpio
-
-dev/dwc/if_dwc.c optional dwc