Skip to content

Commit dfe44a1

Browse files
openedevvinodkoul
authored andcommitted
phy: rockchip: inno-dsidphy: Add rv1126 support
Add support for Rockchip RV1126 DSI-DPHY. The existing 2.5GHz phy timing table added for RK3568 is working as it is for RV1126 as well. Signed-off-by: Jagan Teki <jagan@edgeble.ai> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20230731110012.2913742-5-jagan@edgeble.ai Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent e92681b commit dfe44a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,9 @@ static const struct of_device_id inno_dsidphy_of_match[] = {
770770
}, {
771771
.compatible = "rockchip,rk3568-dsi-dphy",
772772
.data = &max_2_5ghz_video_phy_plat_data,
773+
}, {
774+
.compatible = "rockchip,rv1126-dsi-dphy",
775+
.data = &max_2_5ghz_video_phy_plat_data,
773776
},
774777
{}
775778
};

0 commit comments

Comments
 (0)