diff options
author | SASANO Takayoshi <uaa@cvs.openbsd.org> | 2021-12-03 19:16:30 +0000 |
---|---|---|
committer | SASANO Takayoshi <uaa@cvs.openbsd.org> | 2021-12-03 19:16:30 +0000 |
commit | ae349cbcebfe546db2084c5ae64b36873d601be3 (patch) | |
tree | 6a88abdf8d6766f733ecea558f24fb880f330248 /sys | |
parent | aff9a779ec7425cf0b9e55bfc893b94fbfea6dac (diff) |
- support I2C connected PMIC, add "early 1" to sxitwi.
- support axppmic via iic
ok kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index e8c220a0f8b..81c61fb9737 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.214 2021/11/22 20:25:50 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.215 2021/12/03 19:16:29 uaa Exp $ # # GENERIC machine description file # @@ -295,7 +295,7 @@ sdmmc* at sximmc? # SD/MMC bus sxisid* at fdt? early 1 sxisyscon* at fdt? early 1 # System controller sxitemp* at fdt? # Temperature sensor -sxitwi* at fdt? # I2C controller +sxitwi* at fdt? early 1 # I2C controller iic* at sxitwi? # I2C bus dwxe* at fdt? @@ -481,6 +481,7 @@ uk* at scsibus? # I2C devices abcrtc* at iic? # Abracon x80x RTC +axppmic* at iic? # AXP80x PMIC cwfg* at iic? # CellWise CW201x fuel gauge dsxrtc* at iic? # DS3231 RTC escodec* at iic? # ES8316 audio codec |