arm64: dts: qcom: sm6115: Fix missing interconnect-names
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Thu, 1 Feb 2024 23:29:58 +0000 (00:29 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sat, 3 Feb 2024 17:37:47 +0000 (11:37 -0600)
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>
Link: https://lore.kernel.org/r/20240202-topic-6115_i2c-v1-1-ecfe06f5f2ef@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm6115.dtsi

index 160e098f10757e5f4e9c68e82ecc45f1ce27aa14..f9849b8befbf24b54992d49af812eaa94288c3fb 100644 (file)
                                                 &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";