Tue Dec 29 01:48:22 2020 UTC ()
Add pcaiicmux.


(thorpej)
diff -r1.89 -r1.90 src/sys/arch/evbarm/conf/GENERIC
diff -r1.168 -r1.169 src/sys/arch/evbarm/conf/GENERIC64

cvs diff -r1.89 -r1.90 src/sys/arch/evbarm/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/GENERIC 2020/12/23 15:56:43 1.89
+++ src/sys/arch/evbarm/conf/GENERIC 2020/12/29 01:48:22 1.90
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: GENERIC,v 1.89 2020/12/23 15:56:43 skrll Exp $ 2# $NetBSD: GENERIC,v 1.90 2020/12/29 01:48:22 thorpej Exp $
3# 3#
4# GENERIC ARM (aarch32) kernel 4# GENERIC ARM (aarch32) kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.generic" 7include "arch/evbarm/conf/std.generic"
8include "arch/evbarm/conf/files.generic" 8include "arch/evbarm/conf/files.generic"
9include "arch/evbarm/conf/GENERIC.common" 9include "arch/evbarm/conf/GENERIC.common"
10 10
11options CPU_CORTEX 11options CPU_CORTEX
12 12
13options SOC_AM33XX 13options SOC_AM33XX
14options SOC_BCM2836 14options SOC_BCM2836
15options SOC_EXYNOS5422 15options SOC_EXYNOS5422
@@ -343,26 +343,27 @@ iicmux* at fdt? pass 5 # I2C mux virtu @@ -343,26 +343,27 @@ iicmux* at fdt? pass 5 # I2C mux virtu
343iic* at i2cbus? 343iic* at i2cbus?
344 344
345# I2C devices 345# I2C devices
346ac100ic* at iic? # AC100 integrated audio codec and RTC 346ac100ic* at iic? # AC100 integrated audio codec and RTC
347as3722pmic* at iic? 347as3722pmic* at iic?
348as3722reg* at as3722pmic? 348as3722reg* at as3722pmic?
349axp20x* at iic? # AXP209 Power Management IC 349axp20x* at iic? # AXP209 Power Management IC
350axp20xreg* at axp20x? 350axp20xreg* at axp20x?
351axp22x* at iic? # AXP221 Power Management IC 351axp22x* at iic? # AXP221 Power Management IC
352axppmic* at iic? # X-Powers AXP Power Management IC 352axppmic* at iic? # X-Powers AXP Power Management IC
353axpreg* at axppmic? 353axpreg* at axppmic?
354em3027rtc* at iic? 354em3027rtc* at iic?
355max77620pmic* at iic? 355max77620pmic* at iic?
 356pcaiicmux* at iic? # PCA954x / PCA984x I2C switch / mux
356pcf8563rtc* at iic? # PCF8563 RTC 357pcf8563rtc* at iic? # PCF8563 RTC
357seeprom* at iic? # AT24Cxx Serial EEPROM 358seeprom* at iic? # AT24Cxx Serial EEPROM
358sy8106a* at iic? # Silergy SY81061 regulator 359sy8106a* at iic? # Silergy SY81061 regulator
359tcakp* at iic? # TI TCA8418 Keypad Scan IC 360tcakp* at iic? # TI TCA8418 Keypad Scan IC
360tcagpio* at iic? 361tcagpio* at iic?
361tdahdmi* at iic? # NXP TDA19988 HDMI encoder 362tdahdmi* at iic? # NXP TDA19988 HDMI encoder
362titemp* at iic? 363titemp* at iic?
363tps65217pmic* at iic? # TI TPS65217 Power Management IC 364tps65217pmic* at iic? # TI TPS65217 Power Management IC
364tps65217reg* at tps65217pmic? 365tps65217reg* at tps65217pmic?
365twl* at iic? # TI TWL4030 Power Management IC 366twl* at iic? # TI TWL4030 Power Management IC
366wskbd* at tcakp? console ? 367wskbd* at tcakp? console ?
367 368
368# CAN bus 369# CAN bus

cvs diff -r1.168 -r1.169 src/sys/arch/evbarm/conf/GENERIC64 (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/GENERIC64 2020/12/23 04:09:32 1.168
+++ src/sys/arch/evbarm/conf/GENERIC64 2020/12/29 01:48:22 1.169
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: GENERIC64,v 1.168 2020/12/23 04:09:32 thorpej Exp $ 2# $NetBSD: GENERIC64,v 1.169 2020/12/29 01:48:22 thorpej Exp $
3# 3#
4# GENERIC ARM (aarch64) kernel 4# GENERIC ARM (aarch64) kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.generic64" 7include "arch/evbarm/conf/std.generic64"
8include "arch/evbarm/conf/files.generic64" 8include "arch/evbarm/conf/files.generic64"
9include "arch/evbarm/conf/GENERIC.common" 9include "arch/evbarm/conf/GENERIC.common"
10 10
11maxusers 64 11maxusers 64
12 12
13options CPU_CORTEX 13options CPU_CORTEX
14options CPU_THUNDERX 14options CPU_THUNDERX
15options SOC_BCM2837 15options SOC_BCM2837
@@ -307,26 +307,27 @@ iic* at i2cbus? @@ -307,26 +307,27 @@ iic* at i2cbus?
307 307
308# I2C devices 308# I2C devices
309titemp* at iic? 309titemp* at iic?
310seeprom* at iic? 310seeprom* at iic?
311spdmem* at iic? # memory module SPD EEPROM decoder 311spdmem* at iic? # memory module SPD EEPROM decoder
312as3722pmic* at iic? 312as3722pmic* at iic?
313as3722reg* at as3722pmic? 313as3722reg* at as3722pmic?
314axppmic* at iic? # X-Powers AXP Power Management IC 314axppmic* at iic? # X-Powers AXP Power Management IC
315axpreg* at axppmic? 315axpreg* at axppmic?
316cwfg* at iic? # CellWise CW2015 Fuel Gauge IC 316cwfg* at iic? # CellWise CW2015 Fuel Gauge IC
317es8316ac* at iic? # Everest Semi ES8316 Audio CODEC 317es8316ac* at iic? # Everest Semi ES8316 Audio CODEC
318fan53555reg* at iic? # FAN53555 / SY82x regulator 318fan53555reg* at iic? # FAN53555 / SY82x regulator
319max77620pmic* at iic? 319max77620pmic* at iic?
 320pcaiicmux* at iic? # PCA954x / PCA984x I2C switch / mux
320pcf8563rtc* at iic? # PCF8563 RTC 321pcf8563rtc* at iic? # PCF8563 RTC
321rkpmic* at iic? # Rockchip Power Management IC 322rkpmic* at iic? # Rockchip Power Management IC
322rkreg* at rkpmic? 323rkreg* at rkpmic?
323tcagpio* at iic? 324tcagpio* at iic?
324 325
325# Random number generators 326# Random number generators
326amdccp* at fdt? # AMD Cryptograhic Coprocessor RNG 327amdccp* at fdt? # AMD Cryptograhic Coprocessor RNG
327amdccp* at acpi? 328amdccp* at acpi?
328bcmrng* at fdt? # Broadcom BCM283x RNG 329bcmrng* at fdt? # Broadcom BCM283x RNG
329mesonrng* at fdt? # Amlogic Meson RNG 330mesonrng* at fdt? # Amlogic Meson RNG
330sun8icrypto* at fdt? # Allwinner Crypto Engine 331sun8icrypto* at fdt? # Allwinner Crypto Engine
331rkv1crypto* at fdt? # Rockchip Crypto v1 332rkv1crypto* at fdt? # Rockchip Crypto v1
332 333