]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: uniphier: change cpu-release-address
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jun 2016 03:01:42 +0000 (12:01 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 14 Jun 2016 17:40:29 +0000 (10:40 -0700)
At first, 256 byte of the head of DRAM space was reserved for some
reasons.  However, as the progress of development, it turned out
unnecessary, and it was never used in the end.  Move the CPU release
address to leave no space.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi

index 31dc51b7610f914e94351a54ea3e7a1540e7a566..644025c5c3729fa6821f0ed9206e3e0599d3396d 100644 (file)
@@ -77,7 +77,7 @@ cpu0: cpu@0 {
                        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 @@ cpu1: cpu@1 {
                        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 @@ cpu2: cpu@100 {
                        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 @@ cpu3: cpu@101 {
                        compatible = "arm,cortex-a53", "arm,armv8";
                        reg = <0 0x101>;
                        enable-method = "spin-table";
-                       cpu-release-addr = <0 0x80000100>;
+                       cpu-release-addr = <0 0x80000000>;
                };
        };