[PATCH v2 1/6] dt-bindings: arm: apple: apple,pmgr: Add t8122 compatible

From: Janne Grunau

Date: Tue May 05 2026 - 07:26:28 EST


The PMGR blocks on Apple silicon M3 SoCs (t8122) are compatible with the
M1 and M2 predecessors. Add "apple,t8122-pmgr" as M3 specific
compatible.

Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
Reviewed-by: Joshua Peisach <jpeisach@xxxxxxxxxx>
Reviewed-by: Neal Gompa <neal@xxxxxxxxx>
Signed-off-by: Janne Grunau <j@xxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
index b88f41a225a3..c67b67ba065a 100644
--- a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
+++ b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
@@ -36,7 +36,9 @@ properties:
- const: syscon
- const: simple-mfd
- items:
- - const: apple,t6020-pmgr
+ - enum:
+ - apple,t6020-pmgr
+ - apple,t8122-pmgr
- const: apple,t8103-pmgr
- const: syscon
- const: simple-mfd

--
2.54.0