phy/rockchip: mipi-dphy: support rv1126

Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
Change-Id: I84fb7a922528894c7c14c95902f0e273640834d6
This commit is contained in:
Nickey Yang
2020-03-05 11:26:39 +08:00
committed by Tao Huang
parent 909fe24fab
commit 5f681bb10f

View File

@@ -817,6 +817,7 @@ static int inno_mipi_dphy_remove(struct platform_device *pdev)
static const struct of_device_id inno_mipi_dphy_of_match[] = {
{ .compatible = "rockchip,rk1808-mipi-dphy", },
{ .compatible = "rockchip,rv1126-mipi-dphy", },
{}
};
MODULE_DEVICE_TABLE(of, inno_mipi_dphy_of_match);