drm/panel: simple: Remove simple-panel compatible
authorThierry Reding <treding@nvidia.com>
Tue, 29 Jul 2014 11:38:56 +0000 (13:38 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 6 Aug 2014 14:44:08 +0000 (16:44 +0200)
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>
drivers/gpu/drm/panel/panel-simple.c

index 755dd5a4c229b1a25f8b8077eb7722955424de46..c31b645813a74226761836c67f633162dc7c9b57 100644 (file)
@@ -564,8 +564,6 @@ static const struct of_device_id platform_of_match[] = {
        }, {
                .compatible = "samsung,ltn101nt05",
                .data = &samsung_ltn101nt05,
-       }, {
-               .compatible = "simple-panel",
        }, {
                /* sentinel */
        }