svn commit: r287307 - head/sys/boot/fdt/dts/arm

Luiz Otavio O Souza loos at FreeBSD.org
Sun Aug 30 16:10:13 UTC 2015


Author: loos
Date: Sun Aug 30 16:10:12 2015
New Revision: 287307
URL: https://svnweb.freebsd.org/changeset/base/287307

Log:
  Reduce the difference to vendor DTS by using the vendor compat strings (at
  some point we have to use the complete vendor DTS files, but we're not
  there yet).

Modified:
  head/sys/boot/fdt/dts/arm/bananapi.dts

Modified: head/sys/boot/fdt/dts/arm/bananapi.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/bananapi.dts	Sun Aug 30 15:38:41 2015	(r287306)
+++ head/sys/boot/fdt/dts/arm/bananapi.dts	Sun Aug 30 16:10:12 2015	(r287307)
@@ -31,7 +31,8 @@
 /include/ "sun7i-a20.dtsi"
 
 / {
-	model = "BananaPi";
+	model = "LeMaker Banana Pi";
+	compatible = "lemaker,bananapi", "allwinner,sun7i-a20";
 
 	memory {
 		device_type = "memory";


More information about the svn-src-head mailing list