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

ARM: OMAP2+: display: detect DRA7 DSS

Add platform code to detect DRA7 DSS.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>

+3
+3
arch/arm/mach-omap2/display.c
··· 287 287 return OMAPDSS_VER_OMAP5; 288 288 else if (soc_is_am43xx()) 289 289 return OMAPDSS_VER_AM43xx; 290 + else if (soc_is_dra7xx()) 291 + return OMAPDSS_VER_DRA7xx; 290 292 else 291 293 return OMAPDSS_VER_UNKNOWN; 292 294 } ··· 575 573 "ti,omap3-dss", 576 574 "ti,omap4-dss", 577 575 "ti,omap5-dss", 576 + "ti,dra7-dss", 578 577 }; 579 578 580 579 struct device_node * __init omapdss_find_dss_of_node(void)