arm64: dts: qcom: sc7280: Add missing LMH interrupts
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Fri, 11 Aug 2023 20:58:22 +0000 (22:58 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 19 Sep 2023 22:50:51 +0000 (15:50 -0700)
Hook up the interrupts that signal the Limits Management Hardware has
started some sort of throttling action.

Fixes: 7dbd121a2c58 ("arm64: dts: qcom: sc7280: Add cpufreq hw node")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230811-topic-7280_lmhirq-v1-1-c262b6a25c8f@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc7280.dtsi

index f611ce074e5d7e9d0e18321c23c0603707685ba3..75d7ccd22eaf05932ed99acfc96488609fad7ce0 100644 (file)
                        reg = <0 0x18591000 0 0x1000>,
                              <0 0x18592000 0 0x1000>,
                              <0 0x18593000 0 0x1000>;
+
+                       interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-names = "dcvsh-irq-0",
+                                         "dcvsh-irq-1",
+                                         "dcvsh-irq-2";
+
                        clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>;
                        clock-names = "xo", "alternate";
                        #freq-domain-cells = <1>;