rk312x hdmi: add support rk312x at hdmi driver

This commit is contained in:
zwl
2014-07-31 15:18:45 +08:00
parent 111d5ea410
commit e3ed17cf20

View File

@@ -278,6 +278,7 @@ static int rk3036_hdmi_drv_init(struct hdmi *hdmi_drv)
#if defined(CONFIG_OF)
static const struct of_device_id rk3036_hdmi_of_match[] = {
{.compatible = "rockchip,rk3036-hdmi",},
{.compatible = "rockchip,rk312x-hdmi",},
{}
};