Author: mw
Date: Sat Sep  9 11:16:10 2017
New Revision: 323358
URL: https://svnweb.freebsd.org/changeset/base/323358

Log:
  Enable compilation of Marvell EHCI driver in arm64 GENERIC
  
  Enabled driver can be used on boards equipped with Marvell Armada 3700 SoC.
  
  Submitted by: Patryk Duda <p...@semihalf.com>
  Obtained from: Semihalf
  Sponsored by: Semihalf
  Differential Revision: https://reviews.freebsd.org/D12256

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Sat Sep  9 11:06:58 2017        (r323357)
+++ head/sys/arm64/conf/GENERIC Sat Sep  9 11:16:10 2017        (r323358)
@@ -158,6 +158,7 @@ device              aw_usbphy               # Allwinner USB 
PHY
 device         dwcotg                  # DWC OTG controller
 device         ohci                    # OHCI USB interface
 device         ehci                    # EHCI USB interface (USB 2.0)
+device         ehci_mv                 # Marvell EHCI USB interface
 device         xhci                    # XHCI PCI->USB interface (USB 3.0)
 device         xhci_mv                 # Marvell XHCI USB interface
 device         usb                     # USB Bus (required)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to