drm/panel: lvds: Drop now redundant width-mm and height-mm check
authorMarek Vasut <marex@denx.de>
Mon, 11 Apr 2022 00:47:28 +0000 (02:47 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 24 Apr 2022 21:54:09 +0000 (23:54 +0200)
commit2381e02aa8732ab670051c6f4a78b8d3a98bd6cd
tree37ce3f192f3e3e070ac59fa1e294bac8b839a790
parentf470cfe40bd853d8175b098365b862037be83578
drm/panel: lvds: Drop now redundant width-mm and height-mm check

The check for mandatory DT properties width-mm and height-mm is now
part of of_get_drm_panel_display_mode(), drop the redundant check
from this driver.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Dmitry Osipenko <digetx@gmail.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Noralf Trønnes <noralf@tronnes.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Robert Foss <robert.foss@linaro.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
To: dri-devel@lists.freedesktop.org
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220411004728.68203-2-marex@denx.de
drivers/gpu/drm/panel/panel-lvds.c