Skip to content

Commit cb0bbdc

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sm6115: Fix missing interconnect-names
Commit b3eaa47 ("arm64: dts: qcom: sm6115: Hook up interconnects") did indeed hook up interconnects, but apparently not interconnect-names on I2C1, making it return -EINVAL due to an error getting icc paths.. Fix it! Fixes: b3eaa47 ("arm64: dts: qcom: sm6115: Hook up interconnects") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240202-topic-6115_i2c-v1-1-ecfe06f5f2ef@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent df77288 commit cb0bbdc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,9 @@
13041304
&config_noc SLAVE_QUP_0 RPM_ALWAYS_TAG>,
13051305
<&system_noc MASTER_QUP_0 RPM_ALWAYS_TAG
13061306
&bimc SLAVE_EBI_CH0 RPM_ALWAYS_TAG>;
1307+
interconnect-names = "qup-core",
1308+
"qup-config",
1309+
"qup-memory";
13071310
#address-cells = <1>;
13081311
#size-cells = <0>;
13091312
status = "disabled";

0 commit comments

Comments
 (0)