diff options
author | 2023-03-07 13:10:08 +0100 | |
---|---|---|
committer | 2023-03-28 19:38:59 +0900 | |
commit | bbdd33769d319d1e7bb8fec09124a49b3573a2d3 (patch) | |
tree | ea7068c9f64b9a8c055be91b9fcea1fb20028efc | |
parent | dt-bindings: power: apple,pmgr-pwrstate: Add t8112 compatible (diff) | |
download | wireguard-linux-bbdd33769d319d1e7bb8fec09124a49b3573a2d3.tar.xz wireguard-linux-bbdd33769d319d1e7bb8fec09124a49b3573a2d3.zip |
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>
-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 |