Author: mw
Date: Sat Sep  9 11:46:34 2017
New Revision: 323360
URL: https://svnweb.freebsd.org/changeset/base/323360

Log:
  Add support for uart_mvebu driver arm64 GENERIC config
  
  This patch enables console output on Armada 3700 SoCs
  with kernel GENERIC.
  
  Submitted by: Patryk Duda <[email protected]>
  Obtained from: Semihalf
  Sponsored by: Semihalf
  Differential Revision: https://reviews.freebsd.org/D12251

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Sat Sep  9 11:42:32 2017        (r323359)
+++ head/sys/arm64/conf/GENERIC Sat Sep  9 11:46:34 2017        (r323360)
@@ -147,6 +147,7 @@ device              dwmmc
 
 # Serial (COM) ports
 device         uart            # Generic UART driver
+device         uart_mvebu      # Armada 3700 UART driver
 device         uart_ns8250     # ns8250-type UART driver
 device         uart_snps
 device         pl011
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to