svn commit: r262627 - head/sys/boot/fdt/dts/arm

Warner Losh imp at FreeBSD.org
Fri Feb 28 22:37:40 UTC 2014


Author: imp
Date: Fri Feb 28 22:37:40 2014
New Revision: 262627
URL: http://svnweb.freebsd.org/changeset/base/262627

Log:
  Fix syntax errors (missing ;) that bsdl dtc was tolerant of, but gpl
  dtc isn't.

Modified:
  head/sys/boot/fdt/dts/arm/imx6.dtsi

Modified: head/sys/boot/fdt/dts/arm/imx6.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/imx6.dtsi	Fri Feb 28 22:37:35 2014	(r262626)
+++ head/sys/boot/fdt/dts/arm/imx6.dtsi	Fri Feb 28 22:37:40 2014	(r262627)
@@ -99,7 +99,7 @@
 				reg = <0x020c8000 0x1000>;
 				interrupt-parent = <&gic>;
 				interrupts = <49>;
-			}
+			};
 
 			gpt: timer at 02098000 {
 				compatible = "fsl,imx6q-gpt", "fsl,imx51-gpt";
@@ -343,7 +343,7 @@
 			ocotp0: ocotp at 021bc000 {
 				compatible = "fsl,imx6q-ocotp";
 				reg = <0x021bc000 0x4000>;
-			}
+			};
 		};
 	};
 };


More information about the svn-src-head mailing list