From 7c9fd5814101c3abe5c12b8f2602430df1e1eb54 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 28 Feb 2014 22:37:40 +0000 Subject: [PATCH] Fix syntax errors (missing ;) that bsdl dtc was tolerant of, but gpl dtc isn't. --- sys/boot/fdt/dts/arm/imx6.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/fdt/dts/arm/imx6.dtsi b/sys/boot/fdt/dts/arm/imx6.dtsi index da81d79f9abb..35e87845fe66 100644 --- a/sys/boot/fdt/dts/arm/imx6.dtsi +++ b/sys/boot/fdt/dts/arm/imx6.dtsi @@ -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>; - } + }; }; }; };