浏览代码

drm/panel: simple: Remove simple-panel compatible

simple-panel is not a valid panel model, so there is no data (video
timings, etc.) associated with it. Therefore drivers can't do anything
useful with it, so it should not appear in the table of OF matches.

Device trees will always need to specify the exact model of the panel.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Thierry Reding 11 年之前
父节点
当前提交
81cf32b239
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/gpu/drm/panel/panel-simple.c

+ 0 - 2
drivers/gpu/drm/panel/panel-simple.c

@@ -564,8 +564,6 @@ static const struct of_device_id platform_of_match[] = {
 	}, {
 	}, {
 		.compatible = "samsung,ltn101nt05",
 		.compatible = "samsung,ltn101nt05",
 		.data = &samsung_ltn101nt05,
 		.data = &samsung_ltn101nt05,
-	}, {
-		.compatible = "simple-panel",
 	}, {
 	}, {
 		/* sentinel */
 		/* sentinel */
 	}
 	}