提交 e185469b 编写于 作者: T Thomas Weber 提交者: Tony Lindgren

OMAP2: Devkit8000: Remove en-/disable for tv panel

devkit8000_panel_enable_tv and devkit8000_panel_disable_tv are already
done in DSS2 code. So they are no longer needed in board code.
Signed-off-by: NThomas Weber <weber@corscience.de>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 612840bb
......@@ -158,16 +158,6 @@ static void devkit8000_panel_disable_dvi(struct omap_dss_device *dssdev)
gpio_set_value(dssdev->reset_gpio, 0);
}
static int devkit8000_panel_enable_tv(struct omap_dss_device *dssdev)
{
return 0;
}
static void devkit8000_panel_disable_tv(struct omap_dss_device *dssdev)
{
}
static struct regulator_consumer_supply devkit8000_vmmc1_supply = {
.supply = "vmmc",
};
......@@ -201,8 +191,6 @@ static struct omap_dss_device devkit8000_tv_device = {
.driver_name = "venc",
.type = OMAP_DISPLAY_TYPE_VENC,
.phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
.platform_enable = devkit8000_panel_enable_tv,
.platform_disable = devkit8000_panel_disable_tv,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册