From: Thierry Reding Date: Tue, 29 Jul 2014 11:38:56 +0000 (+0200) Subject: drm/panel: simple: Remove simple-panel compatible X-Git-Tag: v3.17-rc1~82^2~2^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81cf32b239b2788353a79606fc6f713ec87abc35;p=platform%2Fkernel%2Flinux-stable.git 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 --- 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 */ } };