Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE

We handle backlight so need that dependency.

Fixes: 7911d8cab554 ("drm/panel: visionox-rm69299: Add backlight support")
Reported-by: kernelci.org bot <bot@kernelci.org>
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20251017-visionox-rm69299-bl-v2-1-9dfa06606754@sigxcpu.org

authored by

Guido Günther and committed by
Neil Armstrong
2bfca4fe 7bbf6d15

+1
+1
drivers/gpu/drm/panel/Kconfig
··· 1165 1165 tristate "Visionox RM69299" 1166 1166 depends on OF 1167 1167 depends on DRM_MIPI_DSI 1168 + depends on BACKLIGHT_CLASS_DEVICE 1168 1169 help 1169 1170 Say Y here if you want to enable support for Visionox 1170 1171 RM69299 DSI Video Mode panel.