From: Marijn Suijten <[email protected]>

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 <[email protected]>
Reviewed-by: Casey Connolly <[email protected]>
Reviewed-by: David Heidelberg <[email protected]>
Signed-off-by: Marijn Suijten <[email protected]>
---
 drivers/gpu/drm/panel/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index 79264f7bbd0e2..2fd3222ba2e3b 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -904,20 +904,20 @@ config DRM_PANEL_SAMSUNG_S6E8AA5X01_AMS561RA01
        help
          Say Y here if you want to enable support for Samsung AMS561RA01
          panel, which uses Samsung's S6E8AA5X01 controller. The panel has a
          ~5.6 inch AMOLED display, and the controller is driven by the MIPI
          DSI protocol with 4 lanes.
 
 config DRM_PANEL_SAMSUNG_SOFEF00
        tristate "Samsung SOFEF00 DSI panel controller"
+       depends on GPIOLIB
        depends on OF
        depends on DRM_MIPI_DSI
        depends on BACKLIGHT_CLASS_DEVICE
-       select VIDEOMODE_HELPERS
        help
          Say Y or M here if you want to enable support for the Samsung AMOLED
          panel SOFEF00 DDIC and connected panel.
          Currently supported panels:
 
            Samsung AMS628NW01 (found in OnePlus 6, 1080x2280@60Hz)
 
 config DRM_PANEL_SEIKO_43WVF1G

-- 
2.53.0



Reply via email to