From: Tomi Valkeinen Date: Thu, 2 Jan 2014 10:54:31 +0000 (+0200) Subject: OMAPDSS: Improve regulator names for DT X-Git-Tag: v3.15-rc1~63^2~5^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6fa68ba82959bd2468271788d89e0fdb2f781e4;p=pandora-kernel.git 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 Reviewed-by: Archit Taneja --- Reading git-diff-tree failed