drm/bridge: add support for adi adv7125

Change-Id: Ica6080548d9b4e3eb8ae4214b23fba97ba33775c
Signed-off-by: Jerry Xu <xbl@rock-chips.com>
This commit is contained in:
Jerry Xu 2018-01-23 20:02:38 +08:00 committed by Tao Huang
commit ed6a5401ea

View file

@ -242,6 +242,7 @@ static int dumb_vga_remove(struct platform_device *pdev)
static const struct of_device_id dumb_vga_match[] = {
{ .compatible = "dumb-vga-dac" },
{ .compatible = "adi,adv7123" },
{ .compatible = "adi,adv7125" },
{ .compatible = "ti,ths8135" },
{},
};