arm64: dts: qcom: sm8150: Fix the I2C7 interrupt
authorZeyan Li <qaz6750@outlook.com>
Thu, 27 Jul 2023 02:53:21 +0000 (10:53 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:42:41 +0000 (09:42 +0200)
[ Upstream commit f9568d22ce06192a7e14bda3a29dc216659554ff ]

I2C6 and I2C7 use the same interrupts, which is incorrect.
In the downstream kernel, I2C7 has interrupts of 608 instead of 607.

Fixes: 81bee6953b58 ("arm64: dts: qcom: sm8150: add i2c nodes")
Signed-off-by: Zeyan Li <qaz6750@outlook.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/SY7P282MB378712225CBCEA95FE71554DB201A@SY7P282MB3787.AUSP282.PROD.OUTLOOK.COM
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/sm8150.dtsi

index 78ae4b9eaa106d3f197bda2365d186c8c3932db8..f049fb42e3ca8ce67bcdefc1849830e772e6ae16 100644 (file)
                                dma-names = "tx", "rx";
                                pinctrl-names = "default";
                                pinctrl-0 = <&qup_i2c7_default>;
-                               interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>;
+                               interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>;
                                #address-cells = <1>;
                                #size-cells = <0>;
                                status = "disabled";