From c5bf375480de2be54a7e58e51cb4619ff3021b6a Mon Sep 17 00:00:00 2001 From: jmcneill Date: Wed, 6 Apr 2016 23:11:03 +0000 Subject: Convert Allwinner port to extres clk/hwreset/regulator APIs. Reviewed by: andrew, gonzo, Emmanuel Vadot Approved by: gonzo (mentor) Differential Revision: https://reviews.freebsd.org/D5752 --- sys/arm/conf/A20 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/arm/conf/A20') diff --git a/sys/arm/conf/A20 b/sys/arm/conf/A20 index ad3b29a..8f56523 100644 --- a/sys/arm/conf/A20 +++ b/sys/arm/conf/A20 @@ -55,6 +55,13 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed #options BOOTP_NFSV3 #options BOOTP_WIRED_TO=dwc0 +# EXT_RESOURCES pseudo devices +options EXT_RESOURCES +device clk +device phy +device hwreset +device regulator + # Interrupt controller device gic -- cgit v1.1