]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/panel: simple: Add Logic PD Type 28 display support
authorAdam Ford <aford173@gmail.com>
Wed, 16 Oct 2019 13:51:45 +0000 (08:51 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:36:33 +0000 (08:36 +0100)
commit3a28e070126466f03f6393fc49749a9eb1b248df
treef0eda7b14314d45c4c40b77cb61d9cc0ac9357f4
parentc3c3f3449b8c9c4c4b8efb9ddffe16a099c1674e
drm/panel: simple: Add Logic PD Type 28 display support

[ Upstream commit 0d35408afbeb603bc9972ae91e4dd2638bcffe52 ]

Previously, there was an omap panel-dpi driver that would
read generic timings from the device tree and set the display
timing accordingly.  This driver was removed so the screen
no longer functions.  This patch modifies the panel-simple
file to setup the timings to the same values previously used.

Fixes: 8bf4b1621178 ("drm/omap: Remove panel-dpi driver")
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191016135147.7743-1-aford173@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/panel/panel-simple.c