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

From: Manaf Meethalavalappu Pallikunhi

Date: Tue May 19 2026 - 07:00:01 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..c0ba8740ae41 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-controller@ef3b000 {
+ compatible = "qcom,spel";
+ reg = <0x0 0x0ef3e000 0x0 0x1000>,
+ <0x0 0x0ef3d000 0x0 0x1000>,
+ <0x0 0x0ef3b000 0x0 0x1000>;
+ reg-names = "nodes",
+ "constraints",
+ "config";
+ };
+
tlmm: pinctrl@f100000 {
compatible = "qcom,glymur-tlmm";
reg = <0x0 0x0f100000 0x0 0xf00000>;

--
2.43.0