From: Konrad Dybcio Date: Wed, 5 Jul 2023 13:36:23 +0000 (+0200) Subject: arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq X-Git-Tag: v6.6.17~4066^2~6^2~132 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=951151c2bb548e0f6b2c40ab4c48675f5342c914;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq Add the missing interrupts that communicate the hardware-managed throttling to Linux. Fixes: ccbb3abb23a5 ("arm64: dts: qcom: sm8350: Add cpufreq node") Signed-off-by: Konrad Dybcio Link: https://lore.kernel.org/r/20230705-topic-sm8350_fixes-v1-3-0f69f70ccb6a@linaro.org Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index d5dcfc0..7f2e27e 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -3403,6 +3403,13 @@ <0 0x18593000 0 0x1000>; reg-names = "freq-domain0", "freq-domain1", "freq-domain2"; + interrupts = , + , + ; + interrupt-names = "dcvsh-irq-0", + "dcvsh-irq-1", + "dcvsh-irq-2"; + clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; clock-names = "xo", "alternate";