Module Name:    src
Committed By:   jmcneill
Date:           Wed May  1 10:41:54 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Add rkpwm and pwmfan


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.91 src/sys/arch/evbarm/conf/GENERIC64:1.92
--- src/sys/arch/evbarm/conf/GENERIC64:1.91	Fri Apr 26 08:28:11 2019
+++ src/sys/arch/evbarm/conf/GENERIC64	Wed May  1 10:41:54 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.91 2019/04/26 08:28:11 mrg Exp $
+#	$NetBSD: GENERIC64,v 1.92 2019/05/01 10:41:54 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -245,6 +245,7 @@ rkgpio*		at rkiomux?		# Rockchip GPIO
 gpio*		at gpiobus?
 
 # PWM controller
+rkpwm*		at fdt? pass 3		# Rockchip PWM
 sunxipwm*	at fdt? pass 3		# Allwinner PWM
 
 # MPIO / Pinmux
@@ -437,6 +438,9 @@ options 	FONT_BOLD16x32
 # Backlight
 pwmbacklight*	at fdt?			# PWM Backlight controls
 
+# Fan
+pwmfan*		at fdt?			# PWM Fan controls
+
 # Thermal throttling controller
 sunxithermal*	at fdt?			# Allwinner thermal sensor controller
 tegrasoctherm*	at fdt?			# NVIDIA Tegra SOC_THERM

Reply via email to