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)
commit81cf32b239b2788353a79606fc6f713ec87abc35
tree613a83a1ecef2cbae8871c541e8f30c627729a2d
parent0a2288c06aab73c966e82045c8f20b0e713baf2a
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>
drivers/gpu/drm/panel/panel-simple.c