Commit 1eed15e4 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: dts: r8a7790: Correct unit names for cpu nodes

Make the unit names for the cpu nodes match their reg properties.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent d5bb5dcc
...@@ -92,7 +92,7 @@ cpu3: cpu@3 { ...@@ -92,7 +92,7 @@ cpu3: cpu@3 {
next-level-cache = <&L2_CA15>; next-level-cache = <&L2_CA15>;
}; };
cpu4: cpu@4 { cpu4: cpu@100 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
reg = <0x100>; reg = <0x100>;
...@@ -101,7 +101,7 @@ cpu4: cpu@4 { ...@@ -101,7 +101,7 @@ cpu4: cpu@4 {
next-level-cache = <&L2_CA7>; next-level-cache = <&L2_CA7>;
}; };
cpu5: cpu@5 { cpu5: cpu@101 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
reg = <0x101>; reg = <0x101>;
...@@ -110,7 +110,7 @@ cpu5: cpu@5 { ...@@ -110,7 +110,7 @@ cpu5: cpu@5 {
next-level-cache = <&L2_CA7>; next-level-cache = <&L2_CA7>;
}; };
cpu6: cpu@6 { cpu6: cpu@102 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
reg = <0x102>; reg = <0x102>;
...@@ -119,7 +119,7 @@ cpu6: cpu@6 { ...@@ -119,7 +119,7 @@ cpu6: cpu@6 {
next-level-cache = <&L2_CA7>; next-level-cache = <&L2_CA7>;
}; };
cpu7: cpu@7 { cpu7: cpu@103 {
device_type = "cpu"; device_type = "cpu";
compatible = "arm,cortex-a7"; compatible = "arm,cortex-a7";
reg = <0x103>; reg = <0x103>;
......
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