Module Name:    src
Committed By:   jmcneill
Date:           Mon Oct 28 21:17:25 UTC 2019

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

Log Message:
Enable TI AM335x DVFS support


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/evbarm/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.57 src/sys/arch/evbarm/conf/GENERIC:1.58
--- src/sys/arch/evbarm/conf/GENERIC:1.57	Sun Oct 27 19:11:24 2019
+++ src/sys/arch/evbarm/conf/GENERIC	Mon Oct 28 21:17:25 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.57 2019/10/27 19:11:24 jmcneill Exp $
+#	$NetBSD: GENERIC,v 1.58 2019/10/28 21:17:25 jmcneill Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -317,6 +317,9 @@ sun9immcclk* 	at fdt? pass 2		# Allwinne
 sun9iusbclk* 	at fdt? pass 2		# Allwinner A80 USB HCI
 tegra124car* 	at fdt? pass 3		# NVIDIA Tegra CAR (T124)
 tegra210car* 	at fdt? pass 3		# NVIDIA Tegra CAR (T210)
+tidivclk*	at fdt? pass 1		# TI divider clock
+tidpllclk*	at fdt? pass 2		# TI DPLL clock
+timuxclk*	at fdt? pass 1		# TI mux clock
 
 fclock*		at fdt? pass 1
 ffclock*	at fdt? pass 1
@@ -512,6 +515,7 @@ tcakp* 		at iic?			# TI TCA8418 Keypad S
 tcagpio* 	at iic?
 titemp* 	at iic?
 tps65217pmic*	at iic?			# TI TPS65217 Power Management IC
+tps65217reg*	at tps65217pmic?
 wskbd* 		at tcakp? console ?
 
 # CAN bus

Reply via email to