diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-23 20:34:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-23 20:34:05 +0000 |
commit | a8f7b92d53c4cf9dc475794e319f54b531e2f364 (patch) | |
tree | b70791e26bd92191dd253089452c04a55dc8ef31 /sys/arch/arm64 | |
parent | e222afc16a195fac19faa4b029cac0bb17d36863 (diff) |
Enable sxisid(4).
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 6d41ca4e311..4e8c413ef18 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.131 2019/10/21 20:52:32 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.132 2019/10/23 20:34:04 kettenis Exp $ # # GENERIC machine description file # @@ -207,6 +207,7 @@ axppmic* at rsb? sxirtc* at fdt? early 1 # Real Time Clock sximmc* at fdt? # SD/MMC card controller 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 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 98edef1fbc5..6598356acad 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.105 2019/10/17 22:32:06 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.106 2019/10/23 20:34:04 kettenis Exp $ # # GENERIC machine description file # @@ -187,6 +187,7 @@ sxirsb* at fdt? early 1 # Reduced Serial Bus sxirtc* at fdt? early 1 # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus +sxisid* at fdt? early 1 sxisyscon* at fdt? early 1 # System controller sxitwi* at fdt? # I2C controller iic* at sxitwi? # I2C bus |