Commit dfe44a13 authored by Jagan Teki's avatar Jagan Teki Committed by Vinod Koul

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: default avatarJagan Teki <jagan@edgeble.ai>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20230731110012.2913742-5-jagan@edgeble.aiSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent e92681b3
...@@ -770,6 +770,9 @@ static const struct of_device_id inno_dsidphy_of_match[] = { ...@@ -770,6 +770,9 @@ static const struct of_device_id inno_dsidphy_of_match[] = {
}, { }, {
.compatible = "rockchip,rk3568-dsi-dphy", .compatible = "rockchip,rk3568-dsi-dphy",
.data = &max_2_5ghz_video_phy_plat_data, .data = &max_2_5ghz_video_phy_plat_data,
}, {
.compatible = "rockchip,rv1126-dsi-dphy",
.data = &max_2_5ghz_video_phy_plat_data,
}, },
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment