* [PATCH] arm64: dts: qcom: sm6115: Fix missing interconnect-names
@ 2024-02-01 23:29 Konrad Dybcio
2024-02-03 17:39 ` Bjorn Andersson
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Dybcio @ 2024-02-01 23:29 UTC (permalink / raw)
To: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
Commit b3eaa47395b9 ("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: b3eaa47395b9 ("arm64: dts: qcom: sm6115: Hook up interconnects")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
arch/arm64/boot/dts/qcom/sm6115.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
index e71cbdef7784..eb93d1d57fb4 100644
--- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
@@ -1305,6 +1305,9 @@ &clk_virt SLAVE_QUP_CORE_0 RPM_ALWAYS_TAG>,
&config_noc SLAVE_QUP_0 RPM_ALWAYS_TAG>,
<&system_noc MASTER_QUP_0 RPM_ALWAYS_TAG
&bimc SLAVE_EBI_CH0 RPM_ALWAYS_TAG>;
+ interconnect-names = "qup-core",
+ "qup-config",
+ "qup-memory";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
---
base-commit: 51b70ff55ed88edd19b080a524063446bcc34b62
change-id: 20240202-topic-6115_i2c-c78bd8d9244a
Best regards,
--
Konrad Dybcio <konrad.dybcio@linaro.org>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: qcom: sm6115: Fix missing interconnect-names
2024-02-01 23:29 [PATCH] arm64: dts: qcom: sm6115: Fix missing interconnect-names Konrad Dybcio
@ 2024-02-03 17:39 ` Bjorn Andersson
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2024-02-03 17:39 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Konrad Dybcio
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel
On Fri, 02 Feb 2024 00:29:58 +0100, Konrad Dybcio wrote:
> Commit b3eaa47395b9 ("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!
>
>
> [...]
Applied, thanks!
[1/1] arm64: dts: qcom: sm6115: Fix missing interconnect-names
commit: cb0bbdc4cc327ee91ba21ff744adbe07885db2b8
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-03 17:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01 23:29 [PATCH] arm64: dts: qcom: sm6115: Fix missing interconnect-names Konrad Dybcio
2024-02-03 17:39 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).