Skip to content

Commit 6d526ee

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sm8250: Fix EPSS L3 interconnect cells
Qualcomm EPSS L3 Interconnect does not take path (third) argument. This was introduced by commit b5a1243 ("arm64: dts: qcom: sm8250: Use 2 interconnect cells") which probably wanted to use 2 cells only for RPMh interconnects. sm8250-hdk.dtb: interconnect@18590000: #interconnect-cells:0:0: 1 was expected Fixes: b5a1243 ("arm64: dts: qcom: sm8250: Use 2 interconnect cells") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230617204118.61959-2-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 8713c5e commit 6d526ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

arch/arm64/boot/dts/qcom/sm8250.dtsi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
qcom,freq-domain = <&cpufreq_hw 0>;
108108
operating-points-v2 = <&cpu0_opp_table>;
109109
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
110-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
110+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
111111
#cooling-cells = <2>;
112112
L2_0: l2-cache {
113113
compatible = "cache";
@@ -138,7 +138,7 @@
138138
qcom,freq-domain = <&cpufreq_hw 0>;
139139
operating-points-v2 = <&cpu0_opp_table>;
140140
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
141-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
141+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
142142
#cooling-cells = <2>;
143143
L2_100: l2-cache {
144144
compatible = "cache";
@@ -163,7 +163,7 @@
163163
qcom,freq-domain = <&cpufreq_hw 0>;
164164
operating-points-v2 = <&cpu0_opp_table>;
165165
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
166-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
166+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
167167
#cooling-cells = <2>;
168168
L2_200: l2-cache {
169169
compatible = "cache";
@@ -188,7 +188,7 @@
188188
qcom,freq-domain = <&cpufreq_hw 0>;
189189
operating-points-v2 = <&cpu0_opp_table>;
190190
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
191-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
191+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
192192
#cooling-cells = <2>;
193193
L2_300: l2-cache {
194194
compatible = "cache";
@@ -213,7 +213,7 @@
213213
qcom,freq-domain = <&cpufreq_hw 1>;
214214
operating-points-v2 = <&cpu4_opp_table>;
215215
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
216-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
216+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
217217
#cooling-cells = <2>;
218218
L2_400: l2-cache {
219219
compatible = "cache";
@@ -238,7 +238,7 @@
238238
qcom,freq-domain = <&cpufreq_hw 1>;
239239
operating-points-v2 = <&cpu4_opp_table>;
240240
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
241-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
241+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
242242
#cooling-cells = <2>;
243243
L2_500: l2-cache {
244244
compatible = "cache";
@@ -263,7 +263,7 @@
263263
qcom,freq-domain = <&cpufreq_hw 1>;
264264
operating-points-v2 = <&cpu4_opp_table>;
265265
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
266-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
266+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
267267
#cooling-cells = <2>;
268268
L2_600: l2-cache {
269269
compatible = "cache";
@@ -288,7 +288,7 @@
288288
qcom,freq-domain = <&cpufreq_hw 2>;
289289
operating-points-v2 = <&cpu7_opp_table>;
290290
interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>,
291-
<&epss_l3 MASTER_OSM_L3_APPS 0 &epss_l3 SLAVE_OSM_L3 0>;
291+
<&epss_l3 MASTER_OSM_L3_APPS &epss_l3 SLAVE_OSM_L3>;
292292
#cooling-cells = <2>;
293293
L2_700: l2-cache {
294294
compatible = "cache";
@@ -5679,7 +5679,7 @@
56795679
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
56805680
clock-names = "xo", "alternate";
56815681

5682-
#interconnect-cells = <2>;
5682+
#interconnect-cells = <1>;
56835683
};
56845684

56855685
cpufreq_hw: cpufreq@18591000 {

0 commit comments

Comments
 (0)