diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-29 17:20:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-29 17:20:04 +0000 |
commit | fa01ac8cb8ecda43ac9ea30f45855150bd089691 (patch) | |
tree | e0f388e82848cb59e16c1335c669023fcd04c6ac /sys/arch/arm64 | |
parent | 16e26290f83536cf471d5118e3bb0160b84b6ebf (diff) |
Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USB
controller glue and USB PHYs found on the Amlogic G12A/B SoCs.
ok patrick@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index f79274cd8f6..3b165f9d3e1 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.117 2019/08/28 10:17:59 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.118 2019/08/29 17:20:03 kettenis Exp $ # # GENERIC machine description file # @@ -144,10 +144,13 @@ usb* at dwctwo? # Amlogic SoCs amlclock* at fdt? early 1 +amldwusb* at fdt? +amlpciephy* at fdt? amlpinctrl* at fdt? early 1 amlreset* at fdt? early 1 amlrng* at fdt? amluart* at fdt? +amlusbphy* at fdt? # HiSilicon SoCs hiclock* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 3981dd7a01e..94ea51daee1 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.95 2019/08/28 07:12:37 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.96 2019/08/29 17:20:03 kettenis Exp $ # # GENERIC machine description file # @@ -134,10 +134,13 @@ usb* at dwctwo? # Amlogic SoCs amlclock* at fdt? early 1 +amldwusb* at fdt? +amlpciephy* at fdt? amlpinctrl* at fdt? early 1 amlreset* at fdt? early 1 amlrng* at fdt? amluart* at fdt? +amlusbphy* at fdt? # HiSilicon SoCs hiclock* at fdt? early 1 |