arm64: dts: r8a7795: Add missing blank lines between cpu nodes
For consistency with a57_0/a57_1 cpu nodes, and all other nodes. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
fffae950cf
commit
a5547642a4
|
@ -53,6 +53,7 @@
|
||||||
next-level-cache = <&L2_CA57>;
|
next-level-cache = <&L2_CA57>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
};
|
};
|
||||||
|
|
||||||
a57_2: cpu@2 {
|
a57_2: cpu@2 {
|
||||||
compatible = "arm,cortex-a57","arm,armv8";
|
compatible = "arm,cortex-a57","arm,armv8";
|
||||||
reg = <0x2>;
|
reg = <0x2>;
|
||||||
|
@ -61,6 +62,7 @@
|
||||||
next-level-cache = <&L2_CA57>;
|
next-level-cache = <&L2_CA57>;
|
||||||
enable-method = "psci";
|
enable-method = "psci";
|
||||||
};
|
};
|
||||||
|
|
||||||
a57_3: cpu@3 {
|
a57_3: cpu@3 {
|
||||||
compatible = "arm,cortex-a57","arm,armv8";
|
compatible = "arm,cortex-a57","arm,armv8";
|
||||||
reg = <0x3>;
|
reg = <0x3>;
|
||||||
|
|
Loading…
Reference in New Issue