Hello everybody, I have a question about the AMD Xilinx remoteproc driver. In the past, the remoteproc driver for Xilinx products weren't part of mainline. To use them, Xilinx required users to use their own fork, linux-xlnx. This tree contained the driver necessary for using remoteproc with the R5 cores on the Zynq-family of devices. I have managed to configure the device tree of my ZynqMP board so that the driver functions correctly. This is where the problem lies: I have recently updated the kernel version to 6.14, using mainline since Xilinx now follows a "mainline-only" approach. There, I have discovered that the interfaces inside the driver that get information from the device-tree have changed significantly. So much in fact, that I have to rewrite the remoteproc section of my device-tree. However, there is no updated documentation provided by Xilinx, and with their most recent documentation, it works on linux-xlnx 5.15, but not on 6.14 with the driver in its current form. Asking in the AMD help forum rarely yields any usable answer, that's why wanted to ask you if there is any information present that I have overlooked thus far. Looking at the entry under the "Documentation" folder also hasn't provided me with a satisfying answer, since the driver stopped at random parts during initialization. Thank you in advance and kind regards, Felix