arm64: dts: apm: Add dedicated syscon poweroff compatibles

syscon nodes should always have dedicated compatible for full/accurate
hardware description.

Link: https://lore.kernel.org/r/20240519-dt-bindings-mfd-syscon-split-v1-8-aaf996e2313a@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2024-05-19 20:42:23 +02:00
parent bc9ec165d0
commit c030444661
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
};
poweroff_mbox: poweroff_mbox@10548000 {
compatible = "syscon";
compatible = "apm,merlin-poweroff-mailbox", "syscon";
reg = <0x0 0x10548000 0x0 0x30>;
};
+1 -1
View File
@@ -32,7 +32,7 @@
};
poweroff_mbox: poweroff_mbox@10548000 {
compatible = "syscon";
compatible = "apm,mustang-poweroff-mailbox", "syscon";
reg = <0x0 0x10548000 0x0 0x30>;
};