svn commit: r341143 - head/sys/arm64/conf

Emmanuel Vadot manu at FreeBSD.org
Wed Nov 28 13:54:40 UTC 2018


Author: manu
Date: Wed Nov 28 13:54:39 2018
New Revision: 341143
URL: https://svnweb.freebsd.org/changeset/base/341143

Log:
  arm64: Add rk_i2c and rk805 to GENERIC
  
  MFC after:	1 month

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Wed Nov 28 13:53:43 2018	(r341142)
+++ head/sys/arm64/conf/GENERIC	Wed Nov 28 13:54:39 2018	(r341143)
@@ -209,6 +209,7 @@ device		bcm2835_bsc	# Broadcom BCM283x I2C bus
 device		iicbus
 device		iic
 device		twsi		# Allwinner I2C controller
+device		rk_i2c		# RockChip I2C controller
 
 # Clock and reset controllers
 device		aw_ccu		# Allwinner clock controller
@@ -225,6 +226,7 @@ device		aw_wdog		# Allwinner Watchdog
 
 # Power management controllers
 device		axp81x		# X-Powers AXP81x PMIC
+device		rk805		# RockChip RK805 PMIC
 
 # EFUSE
 device		aw_sid		# Allwinner Secure ID EFUSE


More information about the svn-src-head mailing list