summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-07-29 13:38:56 +0200
committerThierry Reding <treding@nvidia.com>2014-08-06 16:44:08 +0200
commit81cf32b239b2788353a79606fc6f713ec87abc35 (patch)
tree613a83a1ecef2cbae8871c541e8f30c627729a2d /drivers/gpu/drm/panel
parent0a2288c06aab73c966e82045c8f20b0e713baf2a (diff)
downloadop-kernel-dev-81cf32b239b2788353a79606fc6f713ec87abc35.zip
op-kernel-dev-81cf32b239b2788353a79606fc6f713ec87abc35.tar.gz
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>
Diffstat (limited to 'drivers/gpu/drm/panel')
-rw-r--r--drivers/gpu/drm/panel/panel-simple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 755dd5a..c31b645 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -565,8 +565,6 @@ static const struct of_device_id platform_of_match[] = {
.compatible = "samsung,ltn101nt05",
.data = &samsung_ltn101nt05,
}, {
- .compatible = "simple-panel",
- }, {
/* sentinel */
}
};
OpenPOWER on IntegriCloud