Skip to content

Commit

Permalink
arm64: versal-net: update ipi mail box irq and register addresses
Browse files Browse the repository at this point in the history
Correct IRQ ID and register addressed in ipi mailbox node.

Signed-off-by: Sandeep Reddy Ghanapuram <[email protected]>
Signed-off-by: Jay Buddhabhatti <[email protected]>
  • Loading branch information
Sandeep Reddy Ghanapuram authored and michalsimek committed Dec 16, 2022
1 parent 0ba0f22 commit 118d45e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arch/arm/dts/versal-net-clk-ccf.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
versal_net_power: zynqmp-power { /* untested */
compatible = "xlnx,zynqmp-power";
interrupt-parent = <&gic>;
interrupts = <0 30 4>;
interrupts = <0 57 4>;
mboxes = <&ipi_mailbox_pmu1 0>,
<&ipi_mailbox_pmu1 1>;
mbox-names = "tx", "rx";
Expand Down Expand Up @@ -124,17 +124,17 @@
zynqmp_ipi {
compatible = "xlnx,zynqmp-ipi-mailbox";
interrupt-parent = <&gic>;
interrupts = <0 30 4>;
interrupts = <0 57 4>;
xlnx,ipi-id = <2>;
#address-cells = <2>;
#size-cells = <2>;
ranges;

ipi_mailbox_pmu1: mailbox@ff3f0440 {
reg = <0 0xff3f0440 0 0x20>,
<0 0xff3f0460 0 0x20>,
<0 0xff3f0280 0 0x20>,
<0 0xff3f02a0 0 0x20>;
ipi_mailbox_pmu1: mailbox@eb3f0440 {
reg = <0 0xeb3f0440 0 0x20>,
<0 0xeb3f0460 0 0x20>,
<0 0xeb3f0280 0 0x20>,
<0 0xeb3f02a0 0 0x20>;
reg-names = "local_request_region", "local_response_region",
"remote_request_region", "remote_response_region";
#mbox-cells = <1>;
Expand Down

0 comments on commit 118d45e

Please sign in to comment.