svn commit: r266318 - head/sys/boot/fdt/dts/arm
Andrew Turner
andrew at FreeBSD.org
Sat May 17 14:57:35 UTC 2014
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 */
More information about the svn-src-head
mailing list