Skip to content

Commit 699cdd7

Browse files
tnmyshmathieupoirier
authored andcommitted
remoteproc: xlnx: Disable unsupported features
AMD-Xilinx platform driver does not support iommu or recovery mechanism yet. Disable both features in platform driver. Signed-off-by: Tanmay Shah <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: 6b291e8 ("drivers: remoteproc: Add Xilinx r5 remoteproc driver") Signed-off-by: Mathieu Poirier <[email protected]>
1 parent 209be28 commit 699cdd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/remoteproc/xlnx_r5_remoteproc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,8 @@ static struct zynqmp_r5_core *zynqmp_r5_add_rproc_core(struct device *cdev)
938938

939939
rproc_coredump_set_elf_info(r5_rproc, ELFCLASS32, EM_ARM);
940940

941+
r5_rproc->recovery_disabled = true;
942+
r5_rproc->has_iommu = false;
941943
r5_rproc->auto_boot = false;
942944
r5_core = r5_rproc->priv;
943945
r5_core->dev = cdev;

0 commit comments

Comments
 (0)