Skip to content

Commit 384ea2a

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sc8180x: Add interconnects to UFS
To ensure the required paths don't collapse, add interconnect properties to the UFS controller. Fixes: 8575f19 ("arm64: dts: qcom: Introduce the SC8180x platform") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231214-topic-sc8180_fixes-v1-4-421904863006@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 4978dfd commit 384ea2a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <dt-bindings/clock/qcom,gcc-sc8180x.h>
99
#include <dt-bindings/clock/qcom,gpucc-sm8150.h>
1010
#include <dt-bindings/clock/qcom,rpmh.h>
11+
#include <dt-bindings/interconnect/qcom,icc.h>
1112
#include <dt-bindings/interconnect/qcom,osm-l3.h>
1213
#include <dt-bindings/interconnect/qcom,sc8180x.h>
1314
#include <dt-bindings/interrupt-controller/arm-gic.h>
@@ -2112,6 +2113,12 @@
21122113

21132114
power-domains = <&gcc UFS_PHY_GDSC>;
21142115

2116+
interconnects = <&aggre1_noc MASTER_UFS_MEM QCOM_ICC_TAG_ALWAYS
2117+
&mc_virt SLAVE_EBI_CH0 QCOM_ICC_TAG_ALWAYS>,
2118+
<&gem_noc MASTER_AMPSS_M0 QCOM_ICC_TAG_ALWAYS
2119+
&config_noc SLAVE_UFS_MEM_0_CFG QCOM_ICC_TAG_ALWAYS>;
2120+
interconnect-names = "ufs-ddr", "cpu-ufs";
2121+
21152122
status = "disabled";
21162123
};
21172124

0 commit comments

Comments
 (0)