Commit 1b2529d0 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper

ARM: dts: mvebu: fix cpus section indentation

Align the cpu node indentation with the rest of the file

[gc]: added a commit description
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent b757f17e
...@@ -25,22 +25,22 @@ aliases { ...@@ -25,22 +25,22 @@ aliases {
}; };
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <0>; reg = <0>;
clocks = <&cpuclk 0>; clocks = <&cpuclk 0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <1>; reg = <1>;
clocks = <&cpuclk 1>; clocks = <&cpuclk 1>;
}; };
}; };
soc { soc {
......
...@@ -26,22 +26,22 @@ aliases { ...@@ -26,22 +26,22 @@ aliases {
}; };
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <0>; reg = <0>;
clocks = <&cpuclk 0>; clocks = <&cpuclk 0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <1>; reg = <1>;
clocks = <&cpuclk 1>; clocks = <&cpuclk 1>;
}; };
}; };
soc { soc {
......
...@@ -27,36 +27,36 @@ aliases { ...@@ -27,36 +27,36 @@ aliases {
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
cpu@0 { cpu@0 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <0>; reg = <0>;
clocks = <&cpuclk 0>; clocks = <&cpuclk 0>;
}; };
cpu@1 { cpu@1 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <1>; reg = <1>;
clocks = <&cpuclk 1>; clocks = <&cpuclk 1>;
}; };
cpu@2 { cpu@2 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <2>; reg = <2>;
clocks = <&cpuclk 2>; clocks = <&cpuclk 2>;
}; };
cpu@3 { cpu@3 {
device_type = "cpu"; device_type = "cpu";
compatible = "marvell,sheeva-v7"; compatible = "marvell,sheeva-v7";
reg = <3>; reg = <3>;
clocks = <&cpuclk 3>; clocks = <&cpuclk 3>;
}; };
}; };
soc { soc {
...@@ -300,4 +300,4 @@ pcie@10,0 { ...@@ -300,4 +300,4 @@ pcie@10,0 {
}; };
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment