On Fri, Dec 19, 2025 at 05:41:08PM +0100, Luca Weiss wrote:
> Add DSI PHY support for the Milos platform.
> 
> Signed-off-by: Luca Weiss <[email protected]>
> ---
>  drivers/gpu/drm/msm/dsi/phy/dsi_phy.c     |  2 ++
>  drivers/gpu/drm/msm/dsi/phy/dsi_phy.h     |  1 +
>  drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c | 24 ++++++++++++++++++++++++
>  3 files changed, 27 insertions(+)
> 
> +     // FIXME not sure about these rate values

Seems to match downstream values.

Reviewed-by: Dmitry Baryshkov <[email protected]>


> +     .min_pll_rate = 600000000UL,
> +#ifdef CONFIG_64BIT
> +     .max_pll_rate = 5000000000UL,
> +#else
> +     .max_pll_rate = ULONG_MAX,
> +#endif
> +     .io_start = { 0xae95000 },
> +     .num_dsi_phy = 1,
> +     .quirks = DSI_PHY_7NM_QUIRK_V5_2,
> +};
> +
>  const struct msm_dsi_phy_cfg dsi_phy_4nm_8550_cfgs = {
>       .has_phy_lane = true,
>       .regulator_data = dsi_phy_7nm_98400uA_regulators,
> 
> -- 
> 2.52.0
> 

-- 
With best wishes
Dmitry

Reply via email to