[PATCH 04/14] phy: rockchip: inno-dsidphy: Add rv1126 support

Jagan Teki jagan at edgeble.ai
Mon Jul 31 04:00:02 PDT 2023


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 at edgeble.ai>
---
Cc: linux-phy at lists.infradead.org
Cc: Vinod Koul <vkoul at kernel.org>
Cc: Kishon Vijay Abraham I <kishon at kernel.org>

 drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c b/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
index c879ec69bfd6..6405943a2676 100644
--- a/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
+++ b/drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
@@ -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,
 	},
 	{}
 };
-- 
2.25.1




More information about the linux-arm-kernel mailing list