Skip to content

Commit c9e5f5a

Browse files
committed
drm/panel: Add driver for Samsung AMS497EE01 panel
This patch adds support for Samsung's AMOLED AMS497EE01 panel with an EA8061V controller. The driver is mostly based on the driver for s6e3fa2 and s6e63m0, with data taken from the downstream android kernel for the device with codename a500f. The panel is used in the msm8916 Samsung Galaxy A5U (EUR) devices, for which there is already partial support in the mainline kernel. Signed-off-by: Henrik Grimler <[email protected]>
1 parent 690256f commit c9e5f5a

File tree

2 files changed

+741
-46
lines changed

2 files changed

+741
-46
lines changed

drivers/gpu/drm/panel/msm8916-generated/Kconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ config DRM_PANEL_SAMSUNG_EA8061_AMS549BU19_ID400418
9494
default DRM_PANEL_MSM8916_GENERATED
9595

9696
config DRM_PANEL_SAMSUNG_EA8061V_AMS497EE01
97-
tristate "Samsung EA8061V AMS497EE01"
97+
tristate "Samsung AMS497EE01 panel with EA8061V DSI video mode controller"
98+
depends on OF
99+
depends on DRM_MIPI_DSI
100+
depends on BACKLIGHT_CLASS_DEVICE
101+
select VIDEOMODE_HELPERS
98102
default DRM_PANEL_MSM8916_GENERATED
99103

100104
config DRM_PANEL_SAMSUNG_HX8389C_GH9607501A

0 commit comments

Comments
 (0)