Skip to content

RK3588 ISP initial support

Implement a basic ISP driver that

  • handles the DT graph/port connection to the VICAP MUX block correctly in the media controller framework
  • brings up the RAW channel DMA engines (stream RAW sensor data to DDR. May not be needed that urgently, but seems to be the fastest way to verify correct operation of the VICAP MUX block) AND/OR
  • brings up the main path of the ISP (debayering, bypass all other blocks, set up DMA engine to stream YUV data to DDR. May be a bit more complicated, but this is required anyway in the long run).
Edited by Michael Riesch