Sat Apr 22 21:50:13 2017 UTC ()
add as3722reg


(jmcneill)
diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/TEGRA

cvs diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/Attic/TEGRA (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/TEGRA 2017/04/21 23:36:57 1.15
+++ src/sys/arch/evbarm/conf/Attic/TEGRA 2017/04/22 21:50:13 1.16
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: TEGRA,v 1.15 2017/04/21 23:36:57 jmcneill Exp $ 2# $NetBSD: TEGRA,v 1.16 2017/04/22 21:50:13 jmcneill Exp $
3# 3#
4# NVIDIA Tegra K1 (T124) 4# NVIDIA Tegra K1 (T124)
5# 5#
6 6
7include "arch/evbarm/conf/std.tegra" 7include "arch/evbarm/conf/std.tegra"
8include "arch/evbarm/conf/GENERIC.common" 8include "arch/evbarm/conf/GENERIC.common"
9 9
10options CPU_CORTEXA15 10options CPU_CORTEXA15
11options SOC_TEGRA124 11options SOC_TEGRA124
12options MULTIPROCESSOR 12options MULTIPROCESSOR
13 13
14pseudo-device openfirm # /dev/openfirm 14pseudo-device openfirm # /dev/openfirm
15 15
@@ -87,26 +87,27 @@ ukphy* at mii? phy ? @@ -87,26 +87,27 @@ ukphy* at mii? phy ?
87options ATHHAL_AR5212,ATHHAL_RF2425 # AR5BHB63 87options ATHHAL_AR5212,ATHHAL_RF2425 # AR5BHB63
88ath* at pci? dev ? function ? # Atheros IEEE 802.11 88ath* at pci? dev ? function ? # Atheros IEEE 802.11
89athn* at pci? dev ? function ? # Atheros IEEE 802.11 89athn* at pci? dev ? function ? # Atheros IEEE 802.11
90 90
91# UART 91# UART
92com* at fdt? # UART 92com* at fdt? # UART
93 93
94# I2C 94# I2C
95tegrai2c* at fdt? # I2C 95tegrai2c* at fdt? # I2C
96iic* at tegrai2c? 96iic* at tegrai2c?
97titemp* at iic? 97titemp* at iic?
98seeprom* at iic? 98seeprom* at iic?
99as3722pmic* at iic? 99as3722pmic* at iic?
 100as3722reg* at as3722pmic?
100 101
101# RTC 102# RTC
102tegrartc* at fdt? # RTC 103tegrartc* at fdt? # RTC
103 104
104# SDMMC 105# SDMMC
105sdhc* at fdt? # SDMMC 106sdhc* at fdt? # SDMMC
106sdmmc* at sdhc? 107sdmmc* at sdhc?
107ld0 at sdmmc0 108ld0 at sdmmc0
108ld1 at sdmmc1 109ld1 at sdmmc1
109ld2 at sdmmc2 110ld2 at sdmmc2
110ld3 at sdmmc3 111ld3 at sdmmc3
111ld* at sdmmc? 112ld* at sdmmc?
112 113