Skip to content

Commit a98b698

Browse files
committed
arm64: zynqmp: Add missing destination mailbox compatible
The commit 81186dc ("dt-bindings: zynqmp: add destination mailbox compatible") make compatible string for child nodes mandatory that's why add it. Signed-off-by: Michal Simek <michal.simek@amd.com>
1 parent 0bfb795 commit a98b698

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141

142142
ipi_mailbox_pmu1: mailbox@ff9905c0 {
143143
bootph-all;
144+
compatible = "xlnx,zynqmp-ipi-dest-mailbox";
144145
reg = <0x0 0xff9905c0 0x0 0x20>,
145146
<0x0 0xff9905e0 0x0 0x20>,
146147
<0x0 0xff990e80 0x0 0x20>,

0 commit comments

Comments
 (0)