RK3576 + Waveshare 3.5inch DSI LCD (H) (ICN6211) – No Display / Need Device Tree & DSI Configuration

  • This screen is not yet supported in the driver, so providing a device tree alone will not allow it to function. The driver must first include support for the screen before a usable device tree can be provided.

  • Thanks for the clarification.

    In my case, I was able to get the display working by updating the device tree with the panel-specific configuration from the Waveshare implementation. After applying the correct DSI panel settings, timings, reset sequence, and related configuration in the DTS, the LCD started working correctly on the RK3576 platform.

    It's possible that the required driver support was already present in the kernel I was using, and the missing piece was the device tree configuration. The touch controller still requires separate configuration, but the display output is now functioning as expected.

    I appreciate the guidance and wanted to share the outcome in case it helps others working with this panel on Rockchip-based boards.