mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
drm/bridge: lt9611: pass a pointer to the of node
Pass a pointer to the OF node while registering lt9611 MIPI device.
Fixes: 23278bf54a ("drm/bridge: Introduce LT9611 DSI to HDMI bridge")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230118081658.2198520-7-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
2576eb2649
commit
b0a7f87367
|
|
@ -770,7 +770,7 @@ static const struct drm_connector_funcs lt9611_bridge_connector_funcs = {
|
|||
static struct mipi_dsi_device *lt9611_attach_dsi(struct lt9611 *lt9611,
|
||||
struct device_node *dsi_node)
|
||||
{
|
||||
const struct mipi_dsi_device_info info = { "lt9611", 0, NULL };
|
||||
const struct mipi_dsi_device_info info = { "lt9611", 0, lt9611->dev->of_node};
|
||||
struct mipi_dsi_device *dsi;
|
||||
struct mipi_dsi_host *host;
|
||||
struct device *dev = lt9611->dev;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user