Skip to content

drm/mediatek: dsi: Manage the fact that no panel is attached

Manage the fact that there is no DSI panel attached as this could be done on purpose. Thanks to that, the others DRM parts won't be blocked. But also warn the user in case it is a mistake.

In the case no panel is attached in the device tree, the current component is directly added in the probe function as the function doing that will never be called. Also nothing is done in the bind and unbind functions.

This Fixes HDMI issues on i500 and i350 platforms.

JIRA:AIOT-1180

tested with an i500-pumpkin platform with and without a DSI panel and an i350-evk platform without any panel

Merge request reports