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";
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to