Date: Sun, 30 Aug 2015 16:10:12 +0000 (UTC) From: Luiz Otavio O Souza <loos@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287307 - head/sys/boot/fdt/dts/arm Message-ID: <201508301610.t7UGAC4e013410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508301610.t7UGAC4e013410>