mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 04:33:58 +08:00
arm64: dts: renesas: r8a7796: Correct whitespace
Add missing spaces after commas. 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
399ec3ffb1
commit
e4d9242a30
@ -143,7 +143,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
a57_1: cpu@1 {
|
a57_1: cpu@1 {
|
||||||
compatible = "arm,cortex-a57","arm,armv8";
|
compatible = "arm,cortex-a57", "arm,armv8";
|
||||||
reg = <0x1>;
|
reg = <0x1>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
power-domains = <&sysc R8A7796_PD_CA57_CPU1>;
|
power-domains = <&sysc R8A7796_PD_CA57_CPU1>;
|
||||||
@ -166,7 +166,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
a53_1: cpu@101 {
|
a53_1: cpu@101 {
|
||||||
compatible = "arm,cortex-a53","arm,armv8";
|
compatible = "arm,cortex-a53", "arm,armv8";
|
||||||
reg = <0x101>;
|
reg = <0x101>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
power-domains = <&sysc R8A7796_PD_CA53_CPU1>;
|
power-domains = <&sysc R8A7796_PD_CA53_CPU1>;
|
||||||
@ -177,7 +177,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
a53_2: cpu@102 {
|
a53_2: cpu@102 {
|
||||||
compatible = "arm,cortex-a53","arm,armv8";
|
compatible = "arm,cortex-a53", "arm,armv8";
|
||||||
reg = <0x102>;
|
reg = <0x102>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
power-domains = <&sysc R8A7796_PD_CA53_CPU2>;
|
power-domains = <&sysc R8A7796_PD_CA53_CPU2>;
|
||||||
@ -188,7 +188,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
a53_3: cpu@103 {
|
a53_3: cpu@103 {
|
||||||
compatible = "arm,cortex-a53","arm,armv8";
|
compatible = "arm,cortex-a53", "arm,armv8";
|
||||||
reg = <0x103>;
|
reg = <0x103>;
|
||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
power-domains = <&sysc R8A7796_PD_CA53_CPU3>;
|
power-domains = <&sysc R8A7796_PD_CA53_CPU3>;
|
||||||
|
Loading…
Reference in New Issue
Block a user