ARM: zynq: Clean DTSI coding style
Fix minor indentation problems. Signed-off-by: Michal Simek <monstr@monstr.eu> Reviewed-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Reviewed-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
dce7e11fe1
commit
e5c343dddc
|
|
@ -234,7 +234,7 @@
|
||||||
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";
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
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>;
|
||||||
|
|
@ -326,11 +326,11 @@
|
||||||
|
|
||||||
scutimer: timer@f8f00600 {
|
scutimer: timer@f8f00600 {
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
interrupts = < 1 13 0x301 >;
|
interrupts = <1 13 0x301>;
|
||||||
compatible = "arm,cortex-a9-twd-timer";
|
compatible = "arm,cortex-a9-twd-timer";
|
||||||
reg = < 0xf8f00600 0x20 >;
|
reg = <0xf8f00600 0x20>;
|
||||||
clocks = <&clkc 4>;
|
clocks = <&clkc 4>;
|
||||||
} ;
|
};
|
||||||
|
|
||||||
usb0: usb@e0002000 {
|
usb0: usb@e0002000 {
|
||||||
compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
|
compatible = "xlnx,zynq-usb-2.20a", "chipidea,usb2";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue