|
@@ -497,8 +497,7 @@ static int omap4_panda_panel_enable_hdmi(struct omap_dss_device *dssdev)
|
|
|
|
|
|
static void omap4_panda_panel_disable_hdmi(struct omap_dss_device *dssdev)
|
|
static void omap4_panda_panel_disable_hdmi(struct omap_dss_device *dssdev)
|
|
{
|
|
{
|
|
- gpio_free(HDMI_GPIO_LS_OE);
|
|
|
|
- gpio_free(HDMI_GPIO_HPD);
|
|
|
|
|
|
+ gpio_free_array(panda_hdmi_gpios, ARRAY_SIZE(panda_hdmi_gpios));
|
|
}
|
|
}
|
|
|
|
|
|
static struct omap_dss_device omap4_panda_hdmi_device = {
|
|
static struct omap_dss_device omap4_panda_hdmi_device = {
|