Skip to content

Commit c5c6b47

Browse files
sandy-huangLiang Chen
authored and
Liang Chen
committedJan 20, 2022
phy/rockchip: inno-video-combo-phy: add support rk3568 lvds
Change-Id: I0021eec263aa6436f7e2055a3a361cc2728fd858 Signed-off-by: Sandy Huang <[email protected]>
1 parent 36ee8a8 commit c5c6b47

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎Documentation/devicetree/bindings/phy/phy-rockchip-inno-video-combo-phy.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Required properties:
55
"rockchip,px30-video-phy",
66
"rockchip,rk3128-video-phy",
77
"rockchip,rk3368-video-phy";
8+
"rockchip,rk3568-video-phy";
89
- reg : the address offset of register for phy and host configuration.
910
- #phy-cells : must be 0. See ./phy-bindings.txt for details.
1011
- clocks: must include clock specifiers corresponding to entries in the

‎drivers/phy/rockchip/phy-rockchip-inno-video-combo-phy.c

+1
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ static const struct of_device_id inno_video_phy_of_match[] = {
855855
{ .compatible = "rockchip,px30-video-phy", },
856856
{ .compatible = "rockchip,rk3128-video-phy", },
857857
{ .compatible = "rockchip,rk3368-video-phy", },
858+
{ .compatible = "rockchip,rk3568-video-phy", },
858859
{}
859860
};
860861
MODULE_DEVICE_TABLE(of, inno_video_phy_of_match);

0 commit comments

Comments
 (0)
Please sign in to comment.