]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit175946d145cb3cfb3aecc4710d5582c56e1b19c7
tree613a83a1ecef2cbae8871c541e8f30c627729a2d
parent8629e19660467d6bf27b6f244c4d25109d8b9534
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