mirror of https://gitee.com/openkylin/linux.git
arm64: dts: renesas: r8a77965: Correct whitespace
Add missing space after comma. 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
e4d9242a30
commit
80f7297c08
|
@ -67,7 +67,7 @@ a57_0: cpu@0 {
|
|||
};
|
||||
|
||||
a57_1: cpu@1 {
|
||||
compatible = "arm,cortex-a57","arm,armv8";
|
||||
compatible = "arm,cortex-a57", "arm,armv8";
|
||||
reg = <0x1>;
|
||||
device_type = "cpu";
|
||||
power-domains = <&sysc R8A77965_PD_CA57_CPU1>;
|
||||
|
|
Loading…
Reference in New Issue