]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAPDSS: Do not require a VDDS_DSI regulator on AM35xx
authorRaphaël Assénat <raph@8d.com>
Wed, 19 Sep 2012 19:53:14 +0000 (15:53 -0400)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 25 Sep 2012 08:20:37 +0000 (11:20 +0300)
commit524d9f48a64dbe1ec3a276b57ac2a422fc14af07
tree8972e3b91675d007a3c013b8be4d60cf18f973be
parentfda7c362f9ef59de6d6db67a854e1a114af0c69a
OMAPDSS: Do not require a VDDS_DSI regulator on AM35xx

On our AM3505 based board, dpi.c complains that there is no VDDS_DSI
regulator and the framebuffer cannot be enabled. However, this check
does not seem to apply to AM3505/17 chips.

This patch adds new features list for AM35xxx, which is the same as for
OMAP3 except the VDDS_DSI is removed.

Signed-off-by: Raphael Assenat <raph@8d.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss_features.c