Skip to content

Commit c030444

Browse files
committed
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 <[email protected]>
1 parent bc9ec16 commit c030444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/apm/apm-merlin.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
};
3333

3434
poweroff_mbox: poweroff_mbox@10548000 {
35-
compatible = "syscon";
35+
compatible = "apm,merlin-poweroff-mailbox", "syscon";
3636
reg = <0x0 0x10548000 0x0 0x30>;
3737
};
3838

arch/arm64/boot/dts/apm/apm-mustang.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
};
3333

3434
poweroff_mbox: poweroff_mbox@10548000 {
35-
compatible = "syscon";
35+
compatible = "apm,mustang-poweroff-mailbox", "syscon";
3636
reg = <0x0 0x10548000 0x0 0x30>;
3737
};
3838

0 commit comments

Comments
 (0)