Date: Sat, 17 May 2014 14:57:35 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266318 - head/sys/boot/fdt/dts/arm Message-ID: <201405171457.s4HEvZpr063476@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405171457.s4HEvZpr063476>