hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/arch/arm64/boot/dts/arm/juno.dts
....@@ -84,7 +84,7 @@
8484 };
8585
8686 A57_0: cpu@0 {
87
- compatible = "arm,cortex-a57","arm,armv8";
87
+ compatible = "arm,cortex-a57";
8888 reg = <0x0 0x0>;
8989 device_type = "cpu";
9090 enable-method = "psci";
....@@ -102,7 +102,7 @@
102102 };
103103
104104 A57_1: cpu@1 {
105
- compatible = "arm,cortex-a57","arm,armv8";
105
+ compatible = "arm,cortex-a57";
106106 reg = <0x0 0x1>;
107107 device_type = "cpu";
108108 enable-method = "psci";
....@@ -120,7 +120,7 @@
120120 };
121121
122122 A53_0: cpu@100 {
123
- compatible = "arm,cortex-a53","arm,armv8";
123
+ compatible = "arm,cortex-a53";
124124 reg = <0x0 0x100>;
125125 device_type = "cpu";
126126 enable-method = "psci";
....@@ -138,7 +138,7 @@
138138 };
139139
140140 A53_1: cpu@101 {
141
- compatible = "arm,cortex-a53","arm,armv8";
141
+ compatible = "arm,cortex-a53";
142142 reg = <0x0 0x101>;
143143 device_type = "cpu";
144144 enable-method = "psci";
....@@ -156,7 +156,7 @@
156156 };
157157
158158 A53_2: cpu@102 {
159
- compatible = "arm,cortex-a53","arm,armv8";
159
+ compatible = "arm,cortex-a53";
160160 reg = <0x0 0x102>;
161161 device_type = "cpu";
162162 enable-method = "psci";
....@@ -174,7 +174,7 @@
174174 };
175175
176176 A53_3: cpu@103 {
177
- compatible = "arm,cortex-a53","arm,armv8";
177
+ compatible = "arm,cortex-a53";
178178 reg = <0x0 0x103>;
179179 device_type = "cpu";
180180 enable-method = "psci";
....@@ -263,14 +263,11 @@
263263 remote-endpoint = <&main_funnel_in_port2>;
264264 };
265265
266
-&main_funnel {
267
- ports {
268
- port@3 {
269
- reg = <2>;
270
- main_funnel_in_port2: endpoint {
271
- slave-mode;
272
- remote-endpoint = <&stm_out_port>;
273
- };
266
+&main_funnel_in_ports {
267
+ port@2 {
268
+ reg = <2>;
269
+ main_funnel_in_port2: endpoint {
270
+ remote-endpoint = <&stm_out_port>;
274271 };
275272 };
276273 };