mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
4168358312
commit
e65b15852a
|
@ -218,7 +218,7 @@ sdhci0: sdhci@e0100000 {
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
interrupts = <0 24 4>;
|
interrupts = <0 24 4>;
|
||||||
reg = <0xe0100000 0x1000>;
|
reg = <0xe0100000 0x1000>;
|
||||||
} ;
|
};
|
||||||
|
|
||||||
sdhci1: sdhci@e0101000 {
|
sdhci1: sdhci@e0101000 {
|
||||||
compatible = "arasan,sdhci-8.9a";
|
compatible = "arasan,sdhci-8.9a";
|
||||||
|
@ -228,7 +228,7 @@ sdhci1: sdhci@e0101000 {
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
interrupts = <0 47 4>;
|
interrupts = <0 47 4>;
|
||||||
reg = <0xe0101000 0x1000>;
|
reg = <0xe0101000 0x1000>;
|
||||||
} ;
|
};
|
||||||
|
|
||||||
slcr: slcr@f8000000 {
|
slcr: slcr@f8000000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@ -277,7 +277,7 @@ dmac_s: dmac@f8003000 {
|
||||||
devcfg: devcfg@f8007000 {
|
devcfg: devcfg@f8007000 {
|
||||||
compatible = "xlnx,zynq-devcfg-1.0";
|
compatible = "xlnx,zynq-devcfg-1.0";
|
||||||
reg = <0xf8007000 0x100>;
|
reg = <0xf8007000 0x100>;
|
||||||
} ;
|
};
|
||||||
|
|
||||||
global_timer: timer@f8f00200 {
|
global_timer: timer@f8f00200 {
|
||||||
compatible = "arm,cortex-a9-global-timer";
|
compatible = "arm,cortex-a9-global-timer";
|
||||||
|
@ -309,6 +309,6 @@ scutimer: timer@f8f00600 {
|
||||||
compatible = "arm,cortex-a9-twd-timer";
|
compatible = "arm,cortex-a9-twd-timer";
|
||||||
reg = <0xf8f00600 0x20>;
|
reg = <0xf8f00600 0x20>;
|
||||||
clocks = <&clkc 4>;
|
clocks = <&clkc 4>;
|
||||||
} ;
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue