summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-05-17 14:57:34 +0000
committerandrew <andrew@FreeBSD.org>2014-05-17 14:57:34 +0000
commit0d8667cce012a25672f25c7f83b5b819f42c6a88 (patch)
tree9455c5d3631c4a5d69154ab8fb3c12814cb94290 /sys/boot
parentf4783a05e9466a8805fae966e8fd9d592f053eeb (diff)
downloadFreeBSD-src-0d8667cce012a25672f25c7f83b5b819f42c6a88.zip
FreeBSD-src-0d8667cce012a25672f25c7f83b5b819f42c6a88.tar.gz
Mark the i.MX51 and i.MX53 boards as compatible with the i.MX51 and i.MX53
respectively. MFC after: 1 week
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/arm/digi-ccwmx53.dts2
-rw-r--r--sys/boot/fdt/dts/arm/efikamx.dts2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
index 554f262..f101c5a 100644
--- a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
+++ b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
@@ -37,7 +37,7 @@
/ {
model = "Digi ConnectCore Wi-i.MX53";
- compatible = "digi,imx53-ccwm53";
+ compatible = "digi,imx53-ccwm53", "fsl,imx53";
memory {
/* RAM 512M */
diff --git a/sys/boot/fdt/dts/arm/efikamx.dts b/sys/boot/fdt/dts/arm/efikamx.dts
index 22b455b..e077fb7 100644
--- a/sys/boot/fdt/dts/arm/efikamx.dts
+++ b/sys/boot/fdt/dts/arm/efikamx.dts
@@ -36,7 +36,7 @@
/ {
model = "Genesi Efika MX";
- compatible = "genesi,imx51-efikamx";
+ compatible = "genesi,imx51-efikamx", "fsl,imx51";
memory {
/* RAM 512M */
OpenPOWER on IntegriCloud