linux/drivers/gpu/drm/panel
Douglas Anderson 8f054b6f53 drm/panel: simple: Innolux TV123WAM is actually P120ZDG-BF1
As far as I can tell the panel that was added in commit da50bd4258
("drm/panel: simple: Add Innolux TV123WAM panel driver support")
wasn't actually an Innolux TV123WAM but was actually an Innolux
P120ZDG-BF1.

As far as I can tell the Innolux TV123WAM isn't a real panel and but
it's a mosh between the TI TV123WAM and the Innolux P120ZDG-BF1.
Let's unmosh.

Here's my evidence:

* Searching for TV123WAM on the Internet turns up a TI panel.  While
  it's possible that an Innolux panel has the same model number as the
  TI Panel, it seems a little doubtful.  Looking up the datasheet from
  the TI Panel shows that it's 1920 x 1280 and 259.2 mm x 172.8 mm.

* As far as I know, the patch adding the Innolux Panel was supposed to
  be for the board that's sitting in front of me as I type this
  (support for that board is not yet upstream).  On the back of that
  panel I see Innolux P120ZDZ-EZ1 rev B1.

* Someone pointed me at a datasheet that's supposed to be for the
  panel in front of me (sorry, I can't share the datasheet).  That
  datasheet has the string "p120zdg-bf1"

* If I search for "P120ZDG-BF1" on the Internet I get hits for panels
  that are 2160x1440.  They don't have datasheets, but the fact that
  the resolution matches is a good sign.

In any case, let's update the name and also the physical size to match
the correct panel.

Fixes: da50bd4258 ("drm/panel: simple: Add Innolux TV123WAM panel driver support")
Cc: Sandeep Panda <spanda@codeaurora.org>
Reviewed-by: Abhinav Kumar <abhinavk@codeaurora.org>
Reviewed-by: Sean Paul <sean@poorly.run>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20181025222134.174583-6-dianders@chromium.org
2018-10-29 11:53:28 -04:00
..
Kconfig drm/panel: Add Ilitek ILI9881c panel driver 2018-06-25 20:03:40 +02:00
Makefile drm/panel: Add Ilitek ILI9881c panel driver 2018-06-25 20:03:40 +02:00
panel-arm-versatile.c drm/panel: Fix ARM Versatile panel clocks 2018-02-23 00:13:47 +01:00
panel-ilitek-ili9322.c drm/panel: ili9322: Make local symbols static 2018-03-12 10:06:19 +01:00
panel-ilitek-ili9881c.c drm/panel: ili9881c: Fix missing assignment to error return ret 2018-07-10 17:59:05 +02:00
panel-innolux-p079zca.c drm/panel: p079zca: Use of_device_get_match_data() 2018-07-10 17:59:05 +02:00
panel-jdi-lt070me05000.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-lg-lg4573.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00
panel-lvds.c drm: panel-lvds: convert to SPDX identifiers 2018-09-14 13:54:02 +03:00
panel-orisetech-otm8009a.c drm/panel: otm8009a: Use new backlight API 2018-05-18 11:22:06 +02:00
panel-panasonic-vvx10f034n00.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-raspberrypi-touchscreen.c drm/panel: Enable DSI transactions on the RPi panel. 2018-04-30 13:57:13 -07:00
panel-raydium-rm68200.c drm/panel: Add support for Raydium RM68200 panel driver 2018-03-12 09:27:57 +01:00
panel-samsung-ld9040.c spi: Drop owner assignment from spi_drivers 2015-10-28 10:30:17 +09:00
panel-samsung-s6e3ha2.c drm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e board 2017-06-14 20:18:22 +02:00
panel-samsung-s6e8aa0.c drm/panel: type promotion bug in s6e8aa0_read_mtp_id() 2018-07-10 17:59:05 +02:00
panel-samsung-s6e63j0x03.c drm/panel: Add support for S6E63J0X03 panel 2017-08-18 17:10:43 +02:00
panel-seiko-43wvf1g.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-sharp-lq101r1sx01.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-sharp-ls043t1le01.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00
panel-simple.c drm/panel: simple: Innolux TV123WAM is actually P120ZDG-BF1 2018-10-29 11:53:28 -04:00
panel-sitronix-st7789v.c drm/panel: Remove drm_panel_detach() calls from all panel drivers 2018-05-18 11:22:06 +02:00