Skip to content

Commit 74b91a1

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sm8350: correct SDHCI interconnect arguments
The interconnect providers accept only one argument (cells == 1), so fix a copy&paste from SM8450: sm8350-hdk.dtb: mmc@8804000: interconnects: [[74, 9, 0], [75, 1, 0], [76, 2, 0], [77, 36, 0]] is too long Fixes: 6047743 ("arm64: dts: qcom: sm8350: Add SDHCI2") Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6c82b94 commit 74b91a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,8 +2382,8 @@
23822382
<&rpmhcc RPMH_CXO_CLK>;
23832383
clock-names = "iface", "core", "xo";
23842384
resets = <&gcc GCC_SDCC2_BCR>;
2385-
interconnects = <&aggre2_noc MASTER_SDCC_2 0 &mc_virt SLAVE_EBI1 0>,
2386-
<&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_SDCC_2 0>;
2385+
interconnects = <&aggre2_noc MASTER_SDCC_2 &mc_virt SLAVE_EBI1>,
2386+
<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_SDCC_2>;
23872387
interconnect-names = "sdhc-ddr","cpu-sdhc";
23882388
iommus = <&apps_smmu 0x4a0 0x0>;
23892389
power-domains = <&rpmhpd SM8350_CX>;

0 commit comments

Comments
 (0)