diff options
author | Janne Grunau <j@jannau.net> | 2023-03-07 13:10:08 +0100 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2023-03-28 19:38:59 +0900 |
commit | bbdd33769d319d1e7bb8fec09124a49b3573a2d3 (patch) | |
tree | ea7068c9f64b9a8c055be91b9fcea1fb20028efc /Documentation/devicetree | |
parent | 4d93b3a974a828a5d330075358d55a6a3e2df2f2 (diff) |
dt-bindings: arm: apple: apple,pmgr: Add t8112-pmgr compatible
The block on Apple M2 SoCs is compatible with the existing driver so
just add its per-SoC compatible.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml index 0dc957a56d35..673277a7a224 100644 --- a/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml +++ b/Documentation/devicetree/bindings/arm/apple/apple,pmgr.yaml @@ -23,6 +23,7 @@ properties: items: - enum: - apple,t8103-pmgr + - apple,t8112-pmgr - apple,t6000-pmgr - const: apple,pmgr - const: syscon |