[PATCH v2 3/3] arm64: dts: qcom: glymur: Enable SPEL powercap driver
From: Manaf Meethalavalappu Pallikunhi
Date: Fri Jun 19 2026 - 16:42:19 EST
The Qualcomm SoC Power and Electrical Limits (SPEL) provides hardware
based power monitoring and limiting capabilities for various power
domains including System, SoC, CPU clusters, GPU, and various other
subsystems for glymur.
Signed-off-by: Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/glymur.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/glymur.dtsi b/arch/arm64/boot/dts/qcom/glymur.dtsi
index 72c7dc6e4f09..9cf9180e4f8f 100644
--- a/arch/arm64/boot/dts/qcom/glymur.dtsi
+++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
@@ -5033,6 +5033,16 @@ spmi_bus2: spmi@c48000 {
};
};
+ power-limits@ef3b000 {
+ compatible = "qcom,glymur-spel";
+ reg = <0x0 0x0ef3b000 0x0 0x1000>,
+ <0x0 0x0ef3d000 0x0 0x1000>,
+ <0x0 0x0ef3e000 0x0 0x1000>;
+ reg-names = "config",
+ "constraints",
+ "nodes";
+ };
+
tlmm: pinctrl@f100000 {
compatible = "qcom,glymur-tlmm";
reg = <0x0 0x0f100000 0x0 0xf00000>;
--
2.43.0