Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable TI AM335x DVFS support



details:   https://anonhg.NetBSD.org/src/rev/1bbd0f041135
branches:  trunk
changeset: 460618:1bbd0f041135
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Oct 28 21:17:25 2019 +0000

description:
Enable TI AM335x DVFS support

diffstat:

 sys/arch/evbarm/conf/GENERIC |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 0e4e95675084 -r 1bbd0f041135 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Mon Oct 28 21:16:47 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Mon Oct 28 21:17:25 2019 +0000
@@ -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 @@
 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 @@
 tcagpio*       at iic?
 titemp*        at iic?
 tps65217pmic*  at iic?                 # TI TPS65217 Power Management IC
+tps65217reg*   at tps65217pmic?
 wskbd*                 at tcakp? console ?
 
 # CAN bus



Home | Main Index | Thread Index | Old Index