]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/panel: Clean up SOFEF00 config dependencies
authorMarijn Suijten <marijn.suijten@somainline.org>
Tue, 5 May 2026 13:53:40 +0000 (15:53 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 5 May 2026 14:00:01 +0000 (16:00 +0200)
commite87e2357292f80d10e1a43cb910454313a5cb448
tree2db4d0d07d16653c24da44f4ddcc752dcc3d8e4e
parentfaddee87a933898139f5aa9e76bdca345936b538
drm/panel: Clean up SOFEF00 config dependencies

As per the config name this Display IC features a DSI command-mode
interface (or the command to switch to video mode is not
known/documented) and does not use any of the video-mode helper
utilities, hence should not select VIDEOMODE_HELPERS.  In addition it
uses devm_gpiod_get() and related functions from GPIOLIB.

Fixes: 5933baa36e26 ("drm/panel/samsung-sofef00: Add panel for OnePlus 6/T devices")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Reviewed-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20260505-panel-clean-up-kconfig-dep-v2-1-9cc31d6e6919@ixit.cz
drivers/gpu/drm/panel/Kconfig