diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-08-21 12:45:05 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-09-01 13:12:35 +0200 |
commit | e65b15852a4ac11113d42e9f6e55af908a2b30ef (patch) | |
tree | a7dec67da0b1286405ddfcd50ce88401674a6e63 /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | 41683583126c7c5ca302b43e7b6295dc58dba779 (diff) | |
download | blackbird-obmc-linux-e65b15852a4ac11113d42e9f6e55af908a2b30ef.tar.gz blackbird-obmc-linux-e65b15852a4ac11113d42e9f6e55af908a2b30ef.zip |
ARM: zynq: DT: Fix coding style issues in dtsi
Remove space before semicolon.
sed -i 's/}\ ;/};/g' arch/arm/boot/dts/zynq-*
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index 5185a7cba041..5e68c241ab8b 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -218,7 +218,7 @@ interrupt-parent = <&intc>; interrupts = <0 24 4>; reg = <0xe0100000 0x1000>; - } ; + }; sdhci1: sdhci@e0101000 { compatible = "arasan,sdhci-8.9a"; @@ -228,7 +228,7 @@ interrupt-parent = <&intc>; interrupts = <0 47 4>; reg = <0xe0101000 0x1000>; - } ; + }; slcr: slcr@f8000000 { #address-cells = <1>; @@ -277,7 +277,7 @@ devcfg: devcfg@f8007000 { compatible = "xlnx,zynq-devcfg-1.0"; reg = <0xf8007000 0x100>; - } ; + }; global_timer: timer@f8f00200 { compatible = "arm,cortex-a9-global-timer"; @@ -309,6 +309,6 @@ compatible = "arm,cortex-a9-twd-timer"; reg = <0xf8f00600 0x20>; clocks = <&clkc 4>; - } ; + }; }; }; |