| .. | .. |
|---|
| 27 | 27 | #size-cells = <0>; |
|---|
| 28 | 28 | |
|---|
| 29 | 29 | cpu0: cpu@0 { |
|---|
| 30 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 30 | + compatible = "arm,cortex-a53"; |
|---|
| 31 | 31 | device_type = "cpu"; |
|---|
| 32 | 32 | reg = <0x0>; |
|---|
| 33 | 33 | enable-method = "psci"; |
|---|
| .. | .. |
|---|
| 36 | 36 | }; |
|---|
| 37 | 37 | |
|---|
| 38 | 38 | cpu1: cpu@1 { |
|---|
| 39 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 39 | + compatible = "arm,cortex-a53"; |
|---|
| 40 | 40 | device_type = "cpu"; |
|---|
| 41 | 41 | reg = <0x1>; |
|---|
| 42 | 42 | enable-method = "psci"; |
|---|
| .. | .. |
|---|
| 45 | 45 | }; |
|---|
| 46 | 46 | |
|---|
| 47 | 47 | cpu2: cpu@2 { |
|---|
| 48 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 48 | + compatible = "arm,cortex-a53"; |
|---|
| 49 | 49 | device_type = "cpu"; |
|---|
| 50 | 50 | reg = <0x2>; |
|---|
| 51 | 51 | enable-method = "psci"; |
|---|
| .. | .. |
|---|
| 54 | 54 | }; |
|---|
| 55 | 55 | |
|---|
| 56 | 56 | cpu3: cpu@3 { |
|---|
| 57 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
|---|
| 57 | + compatible = "arm,cortex-a53"; |
|---|
| 58 | 58 | device_type = "cpu"; |
|---|
| 59 | 59 | reg = <0x3>; |
|---|
| 60 | 60 | enable-method = "psci"; |
|---|