Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
drivers/gpu/drm/panel/panel-simple.c
··· 565 565 .compatible = "samsung,ltn101nt05", 566 566 .data = &samsung_ltn101nt05, 567 567 }, { 568 - .compatible = "simple-panel", 569 - }, { 570 568 /* sentinel */ 571 569 } 572 570 };