phy/rockchip: inno-video-combo-phy: add support rk3568 lvds

Change-Id: I0021eec263aa6436f7e2055a3a361cc2728fd858
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2020-11-02 19:52:14 +08:00
committed by Tao Huang
parent c4ad3526a2
commit f64bc11207
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Required properties:
"rockchip,px30-video-phy",
"rockchip,rk3128-video-phy",
"rockchip,rk3368-video-phy";
"rockchip,rk3568-video-phy";
- reg : the address offset of register for phy and host configuration.
- #phy-cells : must be 0. See ./phy-bindings.txt for details.
- clocks: must include clock specifiers corresponding to entries in the

View File

@@ -855,6 +855,7 @@ static const struct of_device_id inno_video_phy_of_match[] = {
{ .compatible = "rockchip,px30-video-phy", },
{ .compatible = "rockchip,rk3128-video-phy", },
{ .compatible = "rockchip,rk3368-video-phy", },
{ .compatible = "rockchip,rk3568-video-phy", },
{}
};
MODULE_DEVICE_TABLE(of, inno_video_phy_of_match);