summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-10-26 02:37:42 +0000
committerian <ian@FreeBSD.org>2014-10-26 02:37:42 +0000
commitbb76782ad5223c85146d716c654dd42221b31d89 (patch)
tree2320d3ef785db9aee92f736cec9154f86bd6418a /sys/arm/conf
parent3c5c1218bc561a85fe9b3b7f81951076c85915e6 (diff)
downloadFreeBSD-src-bb76782ad5223c85146d716c654dd42221b31d89.zip
FreeBSD-src-bb76782ad5223c85146d716c654dd42221b31d89.tar.gz
MFC r268834, r268835:
o Enable GPIO device driver for i.MX6. It was originally written for i.MX5 and compatible with newer chip. o Extend device tree information o style(9) fixes o Rename gpio driver file.
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/IMX65
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6
index e91bca4..20c05e6 100644
--- a/sys/arm/conf/IMX6
+++ b/sys/arm/conf/IMX6
@@ -82,6 +82,9 @@ device miibus # Required for ethernet
device bpf # Berkeley packet filter (required for DHCP)
#device iomux # IO Multiplexor
+# General-purpose input/output
+device gpio
+
# Serial (COM) ports
device uart # Multi-uart driver
@@ -106,7 +109,7 @@ device u3g # USB modems
#device ukbd # Allow keyboard like HIDs to control console
#device ums # USB mouse
-# USB Ethernet, requires miibus
+# USB Ethernet, requires miibus
#device aue # ADMtek USB Ethernet
#device axe # ASIX Electronics USB Ethernet
#device cdce # Generic USB over Ethernet
OpenPOWER on IntegriCloud