phy/rockchip: mipi-dphy: support rk3568

Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Change-Id: Ica831e28362ca89869d951761b8562482d39f7ff
This commit is contained in:
Guochun Huang 2020-10-09 16:36:45 +08:00 committed by Tao Huang
parent 2631e39729
commit 78779053e9

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,rk3568-mipi-dphy", },
{ .compatible = "rockchip,rv1126-mipi-dphy", },
{}
};