From: Krzysztof Kozlowski <[email protected]>

[ Upstream commit aa551bd7a04159cf2ca8806abe5da8012b59d058 ]

"interrupt" is not a valid property.

Fixes: 7f8bcc0c4cfe ("arm64: dts: qcom: msm8992: Add BLSP2_UART2 and I2C nodes")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
---
 arch/arm64/boot/dts/qcom/msm8992.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi 
b/arch/arm64/boot/dts/qcom/msm8992.dtsi
index 188fff2095f11..8626b3a50eda7 100644
--- a/arch/arm64/boot/dts/qcom/msm8992.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8992.dtsi
@@ -335,7 +335,7 @@ blsp_i2c6: i2c@f9928000 {
                blsp2_uart2: serial@f995e000 {
                        compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
                        reg = <0xf995e000 0x1000>;
-                       interrupt = <GIC_SPI 146 IRQ_TYPE_LEVEL_LOW>;
+                       interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_LOW>;
                        clock-names = "core", "iface";
                        clocks = <&gcc GCC_BLSP2_UART2_APPS_CLK>,
                                <&gcc GCC_BLSP2_AHB_CLK>;
-- 
2.25.1



Reply via email to