Author: andrew
Date: Sat May 17 14:57:34 2014
New Revision: 266318
URL: http://svnweb.freebsd.org/changeset/base/266318

Log:
  Mark the i.MX51 and i.MX53 boards as compatible with the i.MX51 and i.MX53
  respectively.
  
  MFC after:    1 week

Modified:
  head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
  head/sys/boot/fdt/dts/arm/efikamx.dts

Modified: head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts  Sat May 17 14:41:18 2014        
(r266317)
+++ head/sys/boot/fdt/dts/arm/digi-ccwmx53.dts  Sat May 17 14:57:34 2014        
(r266318)
@@ -37,7 +37,7 @@
 
 / {
        model = "Digi ConnectCore Wi-i.MX53";
-       compatible = "digi,imx53-ccwm53";
+       compatible = "digi,imx53-ccwm53", "fsl,imx53";
 
        memory {
                /* RAM 512M */

Modified: head/sys/boot/fdt/dts/arm/efikamx.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/efikamx.dts       Sat May 17 14:41:18 2014        
(r266317)
+++ head/sys/boot/fdt/dts/arm/efikamx.dts       Sat May 17 14:57:34 2014        
(r266318)
@@ -36,7 +36,7 @@
 
 / {
        model = "Genesi Efika MX";
-       compatible = "genesi,imx51-efikamx";
+       compatible = "genesi,imx51-efikamx", "fsl,imx51";
 
        memory {
                /* RAM 512M */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to