[PATCH 3/9] dt-bindings: power: apple,pmgr-pwrstate: Add t8122 compatible
From: Janne Grunau
Date: Fri Mar 20 2026 - 08:26:54 EST
The device power state management of the PMGR blocks on Apple's t8122
SoC (M3) is compatible with the existing driver.
Add "apple,t8122-pmgr-pwrstate" as SoC specific compatible under the
existing "apple,t8103-pmgr-pwrstate" used by the driver.
Signed-off-by: Janne Grunau <j@xxxxxxxxxx>
---
Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml b/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml
index caf15188099921d2b92a20a616945627f34fb869..c9be097cfba0e416081aa5d6677c74d2b34c9ac8 100644
--- a/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml
+++ b/Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml
@@ -43,7 +43,9 @@ properties:
- apple,t6000-pmgr-pwrstate
- const: apple,pmgr-pwrstate
- items:
- - const: apple,t6020-pmgr-pwrstate
+ - enum:
+ - apple,t6020-pmgr-pwrstate
+ - apple,t8122-pmgr-pwrstate
- const: apple,t8103-pmgr-pwrstate
reg:
--
2.53.0