From: Anton Bambura <jenneron@xxxxxxxxxxxxxx> LQ101R1SX03 is compatible with LQ101R1SX01, add compatible to the driver. Signed-off-by: Anton Bambura <jenneron@xxxxxxxxxxxxxx> --- drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c b/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c index f8cd2a42ed13..bbd1d889e069 100644 --- a/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c +++ b/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c @@ -304,6 +304,7 @@ static const struct drm_panel_funcs sharp_panel_funcs = { static const struct of_device_id sharp_of_match[] = { { .compatible = "sharp,lq101r1sx01", }, + { .compatible = "sharp,lq101r1sx03", }, { } }; MODULE_DEVICE_TABLE(of, sharp_of_match); -- 2.33.1