Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <l4stpr0gr4m@gmail.com>
Link: https://lore.kernel.org/r/20200625135158.5861-1-l4stpr0gr4m@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Kangmin Park and committed by
Rob Herring
35b9c0fd 0fb24d1e

+1 -1
+1 -1
Documentation/devicetree/bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt
··· 87 87 ranges; 88 88 89 89 /* APU<->RPU0 IPI mailbox controller */ 90 - ipi_mailbox_rpu0: mailbox@ff90400 { 90 + ipi_mailbox_rpu0: mailbox@ff990400 { 91 91 reg = <0xff990400 0x20>, 92 92 <0xff990420 0x20>, 93 93 <0xff990080 0x20>,