[PATCH 2/6] dt-bindings: arm: apple: apple,pmgr: Add t8140 compatible
From: Yureka Lilian
Date: Fri Sep 04 2026 - 16:01:17 EST
The PMGR blocks on the Apple silicon A18 Pro SoC (t8140) is compatible
with the M1-M4 SoCs. Add "apple,t8140-pmgr" as A18 Pro specific
compatible.
Signed-off-by: Yureka Lilian <yureka@xxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/apple.yaml | 11 +++++++++++
Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml | 1 +
2 files changed, 12 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/apple.yaml b/Documentation/devicetree/bindings/arm/apple.yaml
index 5d87a4fef193..7c3e7131a5e7 100644
--- a/Documentation/devicetree/bindings/arm/apple.yaml
+++ b/Documentation/devicetree/bindings/arm/apple.yaml
@@ -82,6 +82,10 @@ description: |
- iPhone 8 Plus
- iPhone X
+ Devices based on the "A18 Pro" SoC:
+
+ - MacBook Neo (A18 Pro, 2026)
+
Devices based on the "M1" SoC:
- Mac mini (M1, 2020)
@@ -300,6 +304,13 @@ properties:
- const: apple,t8015
- const: apple,arm-platform
+ - description: Apple A18 Pro SoC based platforms
+ items:
+ - enum:
+ - apple,j700 # MacBook Neo (A18 Pro, 2026)
+ - const: apple,t8140
+ - const: apple,arm-platform
+
- description: Apple M1 SoC based platforms
items:
- enum:
diff --git a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
index da660fa13f77..bf21a5b3a4ac 100644
--- a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
+++ b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml
@@ -42,6 +42,7 @@ properties:
- apple,t6031-pmgr
- apple,t8122-pmgr
- apple,t8132-pmgr
+ - apple,t8140-pmgr
- const: apple,t8103-pmgr
- const: syscon
- const: simple-mfd
--
2.55.0