summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-10 09:19:29 +0000
committerandrew <andrew@FreeBSD.org>2016-02-10 09:19:29 +0000
commit4cf4fddec8c3df6f92a4c842133d17613c459575 (patch)
treeef177bb0c7a78e6ce3af09f16bcb1a328099121c /sys/modules
parent517ee62210c3163f71681eb95e09542ec96a6b24 (diff)
downloadFreeBSD-src-4cf4fddec8c3df6f92a4c842133d17613c459575.zip
FreeBSD-src-4cf4fddec8c3df6f92a4c842133d17613c459575.tar.gz
Update of the Allwinner drivers to:
* Use the Linux compat string * Use EARLY_DRIVER_MODULE to attach at the right time * Add a generic A10 kernel config file * A20 now use generic_timer * Add two new dts files for Olimex boards * Update our custom DTS file for A10 and A20 to use the same compatible property names as the vendor ones. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Differential Revision: https://reviews.freebsd.org/D4792
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/dtb/allwinner/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile
index 660ca97..80ac333 100644
--- a/sys/modules/dtb/allwinner/Makefile
+++ b/sys/modules/dtb/allwinner/Makefile
@@ -3,6 +3,8 @@
DTS= \
bananapi.dts \
cubieboard.dts \
- cubieboard2.dts
+ cubieboard2.dts \
+ olimex-a20-som-evb.dts \
+ olinuxino-lime.dts
.include <bsd.dtb.mk>
OpenPOWER on IntegriCloud