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 max77620pmic and tcagpio



details:   https://anonhg.NetBSD.org/src/rev/f483bd256701
branches:  trunk
changeset: 356402:f483bd256701
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Sep 22 18:13:16 2017 +0000

description:
Enable max77620pmic and tcagpio

diffstat:

 sys/arch/evbarm/conf/TEGRA |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 40744b948016 -r f483bd256701 sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA        Fri Sep 22 18:12:31 2017 +0000
+++ b/sys/arch/evbarm/conf/TEGRA        Fri Sep 22 18:13:16 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: TEGRA,v 1.30 2017/09/22 14:36:22 jmcneill Exp $
+#      $NetBSD: TEGRA,v 1.31 2017/09/22 18:13:16 jmcneill Exp $
 #
 #      NVIDIA Tegra family SoCs
 #
@@ -56,7 +56,7 @@
 tegra124cpu*   at cpu?
 
 fclock*                at fdt? pass 4
-fregulator*    at fdt? pass 4
+fregulator*    at fdt? pass 5
 gpiokeys*      at fdt?
 
 # Timer
@@ -116,12 +116,14 @@
 com*           at fdt?                 # UART
 
 # I2C
-tegrai2c*      at fdt?                 # I2C
+tegrai2c*      at fdt? pass 4          # I2C
 iic*           at tegrai2c?
 titemp*                at iic?
 seeprom*       at iic?
 as3722pmic*    at iic?
 as3722reg*     at as3722pmic?
+max77620pmic*  at iic?
+tcagpio*       at iic?
 
 # RTC
 tegrartc*      at fdt?                 # RTC



Home | Main Index | Thread Index | Old Index