mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
arm64: dts: qcom: sdm630: Fix 'interconnect-names' for sdhci nodes
Since the Qualcomm sdhci-msm device-tree binding has been converted to yaml format, 'make dtbs_check' reports issues with inconsistent 'interconnect-names' used for sdhci nodes. Fix the same. Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220514215424.1007718-3-bhupesh.sharma@linaro.org
This commit is contained in:
parent
96bb736f05
commit
40940823cb
|
|
@ -1294,6 +1294,7 @@ sdhc_2: mmc@c084000 {
|
|||
|
||||
interconnects = <&a2noc 3 &a2noc 10>,
|
||||
<&gnoc 0 &cnoc 28>;
|
||||
interconnect-names = "sdhc-ddr","cpu-sdhc";
|
||||
operating-points-v2 = <&sdhc2_opp_table>;
|
||||
|
||||
pinctrl-names = "default", "sleep";
|
||||
|
|
@ -1346,7 +1347,7 @@ sdhc_1: mmc@c0c4000 {
|
|||
|
||||
interconnects = <&a2noc 2 &a2noc 10>,
|
||||
<&gnoc 0 &cnoc 27>;
|
||||
interconnect-names = "sdhc1-ddr", "cpu-sdhc1";
|
||||
interconnect-names = "sdhc-ddr", "cpu-sdhc";
|
||||
operating-points-v2 = <&sdhc1_opp_table>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&sdc1_state_on>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user