From: Michal Simek Date: Thu, 14 Jan 2016 12:06:28 +0000 (+0100) Subject: ARM: zynq: Clean DTSI coding style X-Git-Tag: v2016.03-rc1~46^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5c343dddcad85e8a432809fb704a6c30d538018;p=platform%2Fkernel%2Fu-boot.git ARM: zynq: Clean DTSI coding style Fix minor indentation problems. Signed-off-by: Michal Simek Reviewed-by: Soren Brinkmann Reviewed-by: Moritz Fischer Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index 83be51a..2d786f0 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -234,7 +234,7 @@ interrupt-parent = <&intc>; interrupts = <0 24 4>; reg = <0xe0100000 0x1000>; - } ; + }; sdhci1: sdhci@e0101000 { compatible = "arasan,sdhci-8.9a"; @@ -244,7 +244,7 @@ interrupt-parent = <&intc>; interrupts = <0 47 4>; reg = <0xe0101000 0x1000>; - } ; + }; slcr: slcr@f8000000 { #address-cells = <1>; @@ -326,11 +326,11 @@ scutimer: timer@f8f00600 { interrupt-parent = <&intc>; - interrupts = < 1 13 0x301 >; + interrupts = <1 13 0x301>; compatible = "arm,cortex-a9-twd-timer"; - reg = < 0xf8f00600 0x20 >; + reg = <0xf8f00600 0x20>; clocks = <&clkc 4>; - } ; + }; usb0: usb@e0002000 { compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";