Skip to content

Commit a86ab96

Browse files
committed
arm64: dts: qcom: shikra: fix sdhc_1 interconnect tags and power domain
Switch the sdhc_1 interconnect path tags from QCOM_ICC_TAG_ALWAYS and QCOM_ICC_TAG_ACTIVE_ONLY to the RPM-specific RPM_ALWAYS_TAG and RPM_ACTIVE_TAG macros, which are the correct tags for RPM-managed interconnects on this platform. Also correct the power domain reference from RPMHPD_CX to RPMPD_VDDCX to match the RPM power domain provider used on shikra. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
1 parent 905504a commit a86ab96

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,14 +1320,14 @@
13201320
"core",
13211321
"xo";
13221322

1323-
interconnects = <&system_noc MASTER_SDCC_1 QCOM_ICC_TAG_ALWAYS
1324-
&mc_virt SLAVE_EBI_CH0 QCOM_ICC_TAG_ALWAYS>,
1325-
<&mem_noc MASTER_AMPSS_M0 QCOM_ICC_TAG_ACTIVE_ONLY
1326-
&config_noc SLAVE_SDCC_1 QCOM_ICC_TAG_ACTIVE_ONLY>;
1323+
interconnects = <&system_noc MASTER_SDCC_1 RPM_ALWAYS_TAG
1324+
&mc_virt SLAVE_EBI_CH0 RPM_ALWAYS_TAG>,
1325+
<&mem_noc MASTER_AMPSS_M0 RPM_ACTIVE_TAG
1326+
&config_noc SLAVE_SDCC_1 RPM_ACTIVE_TAG>;
13271327
interconnect-names = "sdhc-ddr",
13281328
"cpu-sdhc";
13291329

1330-
power-domains = <&rpmpd RPMHPD_CX>;
1330+
power-domains = <&rpmpd RPMPD_VDDCX>;
13311331
operating-points-v2 = <&sdhc1_opp_table>;
13321332

13331333
qcom,dll-config = <0x000f642c>;

0 commit comments

Comments
 (0)