forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/arm64/boot/dts/marvell/armada-ap810-ap0-octa-core.dtsi
....@@ -13,51 +13,51 @@
1313 #size-cells = <0>;
1414 compatible = "marvell,armada-ap810-octa";
1515
16
- cpu@0 {
16
+ cpu0: cpu@0 {
1717 device_type = "cpu";
18
- compatible = "arm,cortex-a72", "arm,armv8";
18
+ compatible = "arm,cortex-a72";
1919 reg = <0x000>;
2020 enable-method = "psci";
2121 };
22
- cpu@1 {
22
+ cpu1: cpu@1 {
2323 device_type = "cpu";
24
- compatible = "arm,cortex-a72", "arm,armv8";
24
+ compatible = "arm,cortex-a72";
2525 reg = <0x001>;
2626 enable-method = "psci";
2727 };
28
- cpu@100 {
28
+ cpu2: cpu@100 {
2929 device_type = "cpu";
30
- compatible = "arm,cortex-a72", "arm,armv8";
30
+ compatible = "arm,cortex-a72";
3131 reg = <0x100>;
3232 enable-method = "psci";
3333 };
34
- cpu@101 {
34
+ cpu3: cpu@101 {
3535 device_type = "cpu";
36
- compatible = "arm,cortex-a72", "arm,armv8";
36
+ compatible = "arm,cortex-a72";
3737 reg = <0x101>;
3838 enable-method = "psci";
3939 };
40
- cpu@200 {
40
+ cpu4: cpu@200 {
4141 device_type = "cpu";
42
- compatible = "arm,cortex-a72", "arm,armv8";
42
+ compatible = "arm,cortex-a72";
4343 reg = <0x200>;
4444 enable-method = "psci";
4545 };
46
- cpu@201 {
46
+ cpu5: cpu@201 {
4747 device_type = "cpu";
48
- compatible = "arm,cortex-a72", "arm,armv8";
48
+ compatible = "arm,cortex-a72";
4949 reg = <0x201>;
5050 enable-method = "psci";
5151 };
52
- cpu@300 {
52
+ cpu6: cpu@300 {
5353 device_type = "cpu";
54
- compatible = "arm,cortex-a72", "arm,armv8";
54
+ compatible = "arm,cortex-a72";
5555 reg = <0x300>;
5656 enable-method = "psci";
5757 };
58
- cpu@301 {
58
+ cpu7: cpu@301 {
5959 device_type = "cpu";
60
- compatible = "arm,cortex-a72", "arm,armv8";
60
+ compatible = "arm,cortex-a72";
6161 reg = <0x301>;
6262 enable-method = "psci";
6363 };