mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq
[ Upstream commit951151c2bb] Add the missing interrupts that communicate the hardware-managed throttling to Linux. Fixes:ccbb3abb23("arm64: dts: qcom: sm8350: Add cpufreq node") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230705-topic-sm8350_fixes-v1-3-0f69f70ccb6a@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0c32fba735
commit
db336dcb01
@@ -2072,6 +2072,13 @@
|
|||||||
<0 0x18593000 0 0x1000>;
|
<0 0x18593000 0 0x1000>;
|
||||||
reg-names = "freq-domain0", "freq-domain1", "freq-domain2";
|
reg-names = "freq-domain0", "freq-domain1", "freq-domain2";
|
||||||
|
|
||||||
|
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>;
|
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>;
|
||||||
clock-names = "xo", "alternate";
|
clock-names = "xo", "alternate";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user