diff options
| author | Ben Levinsky <ben.levinsky@amd.com> | 2024-02-15 06:57:46 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-19 10:10:12 -0600 |
| commit | e0ff1384c15eeb833a94757303fb2491dad71a11 (patch) | |
| tree | 6be1af151b51deb70618c8005718b3da4ddf5d48 | |
| parent | 18fa381c4d126ee66e4efc96efb94a6979d4a38c (diff) | |
| download | meta-xilinx-e0ff1384c15eeb833a94757303fb2491dad71a11.tar.gz | |
meta-xilinx-core: openamp: device-tree: zynqmp: Correct buffer offsets for PL1
Ensure that IPI message buffers work for RPU application by using correct
destination buffer offsets
Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/files/zynqmp-openamp.dtsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/files/zynqmp-openamp.dtsi b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/files/zynqmp-openamp.dtsi index 09961ccd..8ef72656 100644 --- a/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/files/zynqmp-openamp.dtsi +++ b/meta-xilinx-core/dynamic-layers/openamp-layer/recipes-bsp/device-tree/files/zynqmp-openamp.dtsi | |||
| @@ -142,11 +142,11 @@ | |||
| 142 | #size-cells = <1>; | 142 | #size-cells = <1>; |
| 143 | ranges; | 143 | ranges; |
| 144 | /* APU<->RPU1 IPI mailbox controller */ | 144 | /* APU<->RPU1 IPI mailbox controller */ |
| 145 | ipi_mailbox_rpu1: mailbox@ff3f0b00 { | 145 | ipi_mailbox_rpu1: mailbox@ff990800 { |
| 146 | reg = <0xff991880 0x20>, | 146 | reg = <0xff990800 0x20>, |
| 147 | <0xff991880 0x20>, | 147 | <0xff990820 0x20>, |
| 148 | <0xff990e00 0x20>, | 148 | <0xff990200 0x20>, |
| 149 | <0xff990e20 0x20>; | 149 | <0xff990220 0x20>; |
| 150 | reg-names = "local_request_region", | 150 | reg-names = "local_request_region", |
| 151 | "local_response_region", | 151 | "local_response_region", |
| 152 | "remote_request_region", | 152 | "remote_request_region", |
