• Tomi Valkeinen's avatar
    OMAPDSS: Improve regulator names for DT · e6fa68ba
    Tomi Valkeinen authored
    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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    Reviewed-by: default avatarArchit Taneja <archit@ti.com>
    e6fa68ba
dsi.c 141 KB