phy: rockchip: inno-dsidphy: Add rv1126 support
authorJagan Teki <jagan@edgeble.ai>
Mon, 31 Jul 2023 11:00:02 +0000 (16:30 +0530)
committerVinod Koul <vkoul@kernel.org>
Tue, 22 Aug 2023 13:58:11 +0000 (19:28 +0530)
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>
drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c

index c879ec6..6405943 100644 (file)
@@ -770,6 +770,9 @@ static const struct of_device_id inno_dsidphy_of_match[] = {
        }, {
                .compatible = "rockchip,rk3568-dsi-dphy",
                .data = &max_2_5ghz_video_phy_plat_data,
+       }, {
+               .compatible = "rockchip,rv1126-dsi-dphy",
+               .data = &max_2_5ghz_video_phy_plat_data,
        },
        {}
 };