From e6fa68ba82959bd2468271788d89e0fdb2f781e4 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 2 Jan 2014 12:54:31 +0200 Subject: [PATCH] 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-format-patch failed