2024-02-01 23:30:58

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: sm6115: Fix missing interconnect-names

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 <[email protected]>
---
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 <[email protected]>



2024-02-03 17:40:03

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sm6115: Fix missing interconnect-names


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 <[email protected]>