mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user