]> 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:38:11 +0000 (08:38 +0100)
commitb0d2ada02c3c5196a94a8b7d2cd3b7982df49fc9
treeecaedc82023c96bd0b56ee652d01a4956b8963e4
parent5823855257e5257c88c3c5ad437e3b101837d163
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