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>
This commit is contained in:
Thierry Reding 2014-07-29 13:38:56 +02:00
Родитель 0a2288c06a
Коммит 81cf32b239
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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