diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-07 18:54:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-07 18:54:04 +0000 |
commit | a0545bd2188f7eaa6fd52e573d36a6b557035ef6 (patch) | |
tree | 70cae65bffb9b39b1a168d041021acc1dda03ff6 /sys/dev/fdt/files.fdt | |
parent | a9f6c337926441183163ca60ef134151442825ea (diff) |
Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.
ok patrick@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 114d1724219..84823a6ec64 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.95 2019/09/30 20:44:13 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.96 2019/10/07 18:54:03 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -140,6 +140,10 @@ device amldwusb: fdt attach amldwusb at fdt file dev/fdt/amldwusb.c amldwusb +device amliic: i2cbus +attach amliic at fdt +file dev/fdt/amliic.c amliic + device amlmmc: sdmmcbus attach amlmmc at fdt file dev/fdt/amlmmc.c amlmmc |