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 Add twl, usbnopphy, tiusb, tiusbtll



details:   https://anonhg.NetBSD.org/src/rev/080f3a4d8c5b
branches:  trunk
changeset: 460683:080f3a4d8c5b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Oct 30 21:42:41 2019 +0000

description:
Add twl, usbnopphy, tiusb, tiusbtll

diffstat:

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

diffs (29 lines):

diff -r d228f62772ca -r 080f3a4d8c5b sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Wed Oct 30 21:41:40 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Wed Oct 30 21:42:41 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.62 2019/10/29 22:21:53 jmcneill Exp $
+#      $NetBSD: GENERIC,v 1.63 2019/10/30 21:42:41 jmcneill Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -562,6 +562,7 @@
 titemp*        at iic?
 tps65217pmic*  at iic?                 # TI TPS65217 Power Management IC
 tps65217reg*   at tps65217pmic?
+twl*           at iic?                 # TI TWL4030 Power Management IC
 wskbd*                 at tcakp? console ?
 
 # CAN bus
@@ -714,7 +715,10 @@
 sunxiusbphy*   at fdt? pass 9          # Allwinner USB PHY
 sunxiusb3phy*  at fdt? pass 9          # Allwinner USB3 PHY
 tegrausbphy*   at fdt?                 # NVIDIA Tegra USB PHY
+usbnopphy*     at fdt? pass 9          # Generic USB PHY
 tiotg*         at fdt?                 # TI dual port OTG
+tiusb*         at fdt?                 # TI HS USB host
+tiusbtll*      at fdt? pass 9          # TI HS USB host TLL
 dwctwo*        at fdt?                 # Designware USB DRD
 ehci*          at fdt?                 # EHCI
 motg*          at fdt?                 # Mentor Graphics USB OTG



Home | Main Index | Thread Index | Old Index