In Fri, Dec 15, 2017 at 8:24 AM, Dhaval Shah <dhaval.s...@xilinx.com> wrote: > Xilinx ZYNQMP logicoreIP Init driver is based on the new > LogiCoreIP design created. This driver provides the processing system > and programmable logic isolation. Set the frequency based on the clock > information get from the logicoreIP register set. > > It is put in drivers/misc as there is no subsystem for this logicoreIP. > > Signed-off-by: Dhaval Shah <ds...@xilinx.com>
After giving this some more thought, I'd suggest you move the driver to drivers/soc/xilinx or drivers/soc/zynq instead of drivers/misc/, and have it merged by Michal Simek as a driver patch that will go through arm-soc. Arnd