Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 22:37:40 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262627 - head/sys/boot/fdt/dts/arm
Message-ID:  <201402282237.s1SMbe8e020115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@02098000 {
 				compatible = "fsl,imx6q-gpt", "fsl,imx51-gpt";
@@ -343,7 +343,7 @@
 			ocotp0: ocotp@021bc000 {
 				compatible = "fsl,imx6q-ocotp";
 				reg = <0x021bc000 0x4000>;
-			}
+			};
 		};
 	};
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402282237.s1SMbe8e020115>