[PATCH v2] drm/panel: simple: Add support for AUO t215hvn01

Emil Velikov emil.l.velikov at gmail.com
Mon Oct 10 21:38:33 UTC 2016


On 10 October 2016 at 19:35, Haixia Shi <hshi at chromium.org> wrote:
> The AUO t215hvn01 is a 21.5" 1920x1080 panel.
>
> v2: fix alphabetical order
>
Thanks for this and dropping the CHOMIUM/Reviewed-on tags.

> --- a/drivers/gpu/drm/panel/panel-simple.c
> +++ b/drivers/gpu/drm/panel/panel-simple.c

> @@ -1575,6 +1602,9 @@ static const struct of_device_id platform_of_match[] = {
>                 .compatible = "auo,b133xtn01",
>                 .data = &auo_b133xtn01,
>         }, {
> +               .compatible = "auo,t215hvn01.0",
We haven't had any compatible strings which end with .0 (or any other
number for that matter) for drm panels. The DT binding documentation
should mention why, yet there doesn't seem to be a patch for that ?

You want one (be that separate patch or part of this one), regardless
if the simple panel driver is used or not.

If you want to be extra nice to Thierry/Rob H you can even add a link
to the spec/data sheet :-)

-Emil


More information about the dri-devel mailing list