Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jagan Teki and committed by
Vinod Koul
dfe44a13 e92681b3

+3
+3
drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
··· 770 770 }, { 771 771 .compatible = "rockchip,rk3568-dsi-dphy", 772 772 .data = &max_2_5ghz_video_phy_plat_data, 773 + }, { 774 + .compatible = "rockchip,rv1126-dsi-dphy", 775 + .data = &max_2_5ghz_video_phy_plat_data, 773 776 }, 774 777 {} 775 778 };