[PATCH v3 4/4] arm64: dts: qcom: glymur: Enable SPEL powercap driver

From: Manaf Meethalavalappu Pallikunhi

Date: Thu Jul 02 2026 - 14:13:44 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 20b49af7298e..9c942db8c824 100644
--- a/arch/arm64/boot/dts/qcom/glymur.dtsi
+++ b/arch/arm64/boot/dts/qcom/glymur.dtsi
@@ -5045,6 +5045,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