Commit 31910f44 authored by Robin Murphy's avatar Robin Murphy Committed by Rob Herring

dt-bindings: arm: Clean up CPU binding examples

Following commit 31af04cd ("arm64: dts: Remove inconsistent use of
'arm,armv8' compatible string"), clean up these binding examples in case
anyone is tempted to copy them.

CC: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRobin Murphy <robin.murphy@arm.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent dfab9954
...@@ -216,7 +216,7 @@ Example: ...@@ -216,7 +216,7 @@ Example:
#size-cells = <0>; #size-cells = <0>;
A57_0: cpu@0 { A57_0: cpu@0 {
compatible = "arm,cortex-a57","arm,armv8"; compatible = "arm,cortex-a57";
reg = <0x0 0x0>; reg = <0x0 0x0>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
...@@ -225,7 +225,7 @@ Example: ...@@ -225,7 +225,7 @@ Example:
..... .....
A53_0: cpu@100 { A53_0: cpu@100 {
compatible = "arm,cortex-a53","arm,armv8"; compatible = "arm,cortex-a53";
reg = <0x0 0x100>; reg = <0x0 0x100>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
......
...@@ -118,7 +118,7 @@ cpus { ...@@ -118,7 +118,7 @@ cpus {
}; };
A57_0: cpu@0 { A57_0: cpu@0 {
compatible = "arm,cortex-a57","arm,armv8"; compatible = "arm,cortex-a57";
reg = <0x0 0x0>; reg = <0x0 0x0>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
...@@ -129,7 +129,7 @@ cpus { ...@@ -129,7 +129,7 @@ cpus {
}; };
A57_1: cpu@1 { A57_1: cpu@1 {
compatible = "arm,cortex-a57","arm,armv8"; compatible = "arm,cortex-a57";
reg = <0x0 0x1>; reg = <0x0 0x1>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
...@@ -140,7 +140,7 @@ cpus { ...@@ -140,7 +140,7 @@ cpus {
}; };
A53_0: cpu@100 { A53_0: cpu@100 {
compatible = "arm,cortex-a53","arm,armv8"; compatible = "arm,cortex-a53";
reg = <0x0 0x100>; reg = <0x0 0x100>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
...@@ -151,7 +151,7 @@ cpus { ...@@ -151,7 +151,7 @@ cpus {
}; };
A53_1: cpu@101 { A53_1: cpu@101 {
compatible = "arm,cortex-a53","arm,armv8"; compatible = "arm,cortex-a53";
reg = <0x0 0x101>; reg = <0x0 0x101>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
...@@ -162,7 +162,7 @@ cpus { ...@@ -162,7 +162,7 @@ cpus {
}; };
A53_2: cpu@102 { A53_2: cpu@102 {
compatible = "arm,cortex-a53","arm,armv8"; compatible = "arm,cortex-a53";
reg = <0x0 0x102>; reg = <0x0 0x102>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
...@@ -173,7 +173,7 @@ cpus { ...@@ -173,7 +173,7 @@ cpus {
}; };
A53_3: cpu@103 { A53_3: cpu@103 {
compatible = "arm,cortex-a53","arm,armv8"; compatible = "arm,cortex-a53";
reg = <0x0 0x103>; reg = <0x0 0x103>;
device_type = "cpu"; device_type = "cpu";
enable-method = "psci"; enable-method = "psci";
......
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