Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2019 15:44:58 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349273 - head/sys/arm/conf
Message-ID:  <201906211544.x5LFiw0w029840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Fri Jun 21 15:44:58 2019
New Revision: 349273
URL: https://svnweb.freebsd.org/changeset/base/349273

Log:
  Add pwm to the armv7 GENERIC kernel, it's now used by TI and Allwinner.

Modified:
  head/sys/arm/conf/GENERIC

Modified: head/sys/arm/conf/GENERIC
==============================================================================
--- head/sys/arm/conf/GENERIC	Fri Jun 21 15:12:17 2019	(r349272)
+++ head/sys/arm/conf/GENERIC	Fri Jun 21 15:44:58 2019	(r349273)
@@ -174,6 +174,9 @@ device		ti_spi
 # ADC support
 device		ti_adc
 
+# PWM
+device		pwm
+
 # Watchdog support
 # If we don't enable the watchdog driver, the BealeBone could potentially
 # reboot automatically because the boot loader might have enabled the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906211544.x5LFiw0w029840>