|
@@ -77,7 +77,7 @@
|
|
|
compatible = "arm,cortex-a72", "arm,armv8";
|
|
|
reg = <0 0x000>;
|
|
|
enable-method = "spin-table";
|
|
|
- cpu-release-addr = <0 0x80000100>;
|
|
|
+ cpu-release-addr = <0 0x80000000>;
|
|
|
};
|
|
|
|
|
|
cpu1: cpu@1 {
|
|
@@ -85,7 +85,7 @@
|
|
|
compatible = "arm,cortex-a72", "arm,armv8";
|
|
|
reg = <0 0x001>;
|
|
|
enable-method = "spin-table";
|
|
|
- cpu-release-addr = <0 0x80000100>;
|
|
|
+ cpu-release-addr = <0 0x80000000>;
|
|
|
};
|
|
|
|
|
|
cpu2: cpu@100 {
|
|
@@ -93,7 +93,7 @@
|
|
|
compatible = "arm,cortex-a53", "arm,armv8";
|
|
|
reg = <0 0x100>;
|
|
|
enable-method = "spin-table";
|
|
|
- cpu-release-addr = <0 0x80000100>;
|
|
|
+ cpu-release-addr = <0 0x80000000>;
|
|
|
};
|
|
|
|
|
|
cpu3: cpu@101 {
|
|
@@ -101,7 +101,7 @@
|
|
|
compatible = "arm,cortex-a53", "arm,armv8";
|
|
|
reg = <0 0x101>;
|
|
|
enable-method = "spin-table";
|
|
|
- cpu-release-addr = <0 0x80000100>;
|
|
|
+ cpu-release-addr = <0 0x80000000>;
|
|
|
};
|
|
|
};
|
|
|
|