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

OMAPDSS: features: fix OMAP5 features

OMAP5 has LCD3 overlay manager, and total 4 overlay managers. These are
not correctly defined in the dss features. Fix them.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

+2 -1
+2 -1
drivers/video/fbdev/omap2/dss/dss_features.c
··· 638 638 639 639 static const enum dss_feat_id omap5_dss_feat_list[] = { 640 640 FEAT_MGR_LCD2, 641 + FEAT_MGR_LCD3, 641 642 FEAT_CORE_CLK_DIV, 642 643 FEAT_LCD_CLK_SRC, 643 644 FEAT_DSI_DCS_CMD_CONFIG_VC, ··· 841 840 .features = omap5_dss_feat_list, 842 841 .num_features = ARRAY_SIZE(omap5_dss_feat_list), 843 842 844 - .num_mgrs = 3, 843 + .num_mgrs = 4, 845 844 .num_ovls = 4, 846 845 .supported_displays = omap5_dss_supported_displays, 847 846 .supported_outputs = omap5_dss_supported_outputs,