diff options
| author | Janne Grunau <j@jannau.net> | 2026-07-24 20:16:44 +0200 |
|---|---|---|
| committer | Sven Peter <sven@kernel.org> | 2026-08-01 20:47:40 +0200 |
| commit | 61e938504e7ecf9e596b643d18524e9c826bbd3a (patch) | |
| tree | 24fce45f160a3fc13d4ab5fc6df0b92d5e371adb | |
| parent | 7869d8206476403b7326d6c66dad2bccd09aead0 (diff) | |
| download | linux-next-61e938504e7ecf9e596b643d18524e9c826bbd3a.tar.gz linux-next-61e938504e7ecf9e596b643d18524e9c826bbd3a.zip | |
dt-bindings: arm: apple: apple,pmgr: Add t6030 and t6031 compatibles
The block on Apple M3 Pro, Max and Ultra SoCs is compatible with
"apple,t8103-pmgr". Add "apple,t6030-pmgr" and "apple,t6031-pmgr" as
per-SoC compatibles for M3 Pro and M3 Max and Ultra.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Sven Peter <sven@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml index c67b67ba065a..1d2001836eb4 100644 --- a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml +++ b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml @@ -38,6 +38,8 @@ properties: - items: - enum: - apple,t6020-pmgr + - apple,t6030-pmgr + - apple,t6031-pmgr - apple,t8122-pmgr - const: apple,t8103-pmgr - const: syscon |
