OMAPDSS: Improve regulator names for DT
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 2 Jan 2014 10:54:31 +0000 (12:54 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 19 Mar 2014 09:03:06 +0000 (11:03 +0200)
commite6fa68ba82959bd2468271788d89e0fdb2f781e4
tree0619504df7c461d5d1752e72aeb666662c86820d
parent4e7470ddca671aee2f5d11ba68573c94feddc5c2
OMAPDSS: Improve regulator names for DT

The regulator names used for DSS components are somewhat ugly for DT
use. As we're just adding DT support, it's simple to change the
regulator names.

This patch makes the DSS driver get the regulators with somewhat cleaner
names when bootin with DT. For example, this allows us to define HDMI's
VDDA regulator in the DT data as:

vdda-supply = <...>;

instead of

vdda_hdmi_dac-supply = <...>;

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/hdmi4.c
drivers/video/omap2/dss/venc.c