svn commit: r289554 - head/sys/arm/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Oct 18 23:58:07 UTC 2015


Author: gonzo
Date: Sun Oct 18 23:58:05 2015
New Revision: 289554
URL: https://svnweb.freebsd.org/changeset/base/289554

Log:
  Enable gpiobacklight in BEAGLEBONE config to support LCD capes by
  4DSYSTEMS out of box

Modified:
  head/sys/arm/conf/BEAGLEBONE

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Sun Oct 18 22:13:21 2015	(r289553)
+++ head/sys/arm/conf/BEAGLEBONE	Sun Oct 18 23:58:05 2015	(r289554)
@@ -85,6 +85,7 @@ device		random			# Entropy device
 # GPIO
 device		gpio
 device		gpioled
+device		gpiobacklight
 
 # ADC support
 device		ti_adc


More information about the svn-src-head mailing list