diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-04-01 19:28:33 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-04-01 19:28:33 +0000 |
commit | 0c7591555fb2cb7fdea70fbf560eda3cecfd1f5b (patch) | |
tree | 01f6de39395dd1e887f15119ef405ccdbb77d2d2 /sys/arch | |
parent | e939f54538fd086f4b496be4e96b130132d1d231 (diff) |
Enable imxanatop(4) on RAMDISK as well so we can use it to disable
the USB charging detect so that we can replace the current code in
imxccm(4).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index baf96a207f9..c1bb9d21fc8 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.95 2017/12/23 10:23:34 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.96 2018/04/01 19:28:32 patrick Exp $ machine armv7 arm @@ -42,6 +42,7 @@ armliicc* at cortex? # iMX imxccm* at fdt? early 1 # clock control module imxiomuxc* at fdt? early 1 # iomux controller +imxanatop* at fdt? # anatop controller imxgpc* at fdt? # power controller imxdog* at fdt? # watchdog timer imxgpio* at fdt? # user-visible GPIO pins? |