Skip to content

Commit 35b9c0f

Browse files
pr0gr4mrobherring
authored andcommitted
dt-bindings: mailbox: zynqmp_ipi: fix unit address
Fix unit address to match the first address specified in the reg property of the node in example. Signed-off-by: Kangmin Park <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 0fb24d1 commit 35b9c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Example:
8787
ranges;
8888

8989
/* APU<->RPU0 IPI mailbox controller */
90-
ipi_mailbox_rpu0: mailbox@ff90400 {
90+
ipi_mailbox_rpu0: mailbox@ff990400 {
9191
reg = <0xff990400 0x20>,
9292
<0xff990420 0x20>,
9393
<0xff990080 0x20>,

0 commit comments

Comments
 (0)