Re: [PATCH v2 6/7] drm/msm/dsi: add support for DSI-PHY on SM8550

2023-01-09 Thread Dmitry Baryshkov
On Mon, 9 Jan 2023 at 11:38, Neil Armstrong wrote: > > On 09/01/2023 10:26, Neil Armstrong wrote: > > SM8550 use a 4nm DSI PHYs, which share register definitions > > with 7nm DSI PHYs. Rather than duplicating the driver, handle > > 4nm variant inside the common 5+7nm driver. > > > > Signed-off-by:

Re: [PATCH v2 6/7] drm/msm/dsi: add support for DSI-PHY on SM8550

2023-01-09 Thread Neil Armstrong
On 09/01/2023 10:26, Neil Armstrong wrote: SM8550 use a 4nm DSI PHYs, which share register definitions with 7nm DSI PHYs. Rather than duplicating the driver, handle 4nm variant inside the common 5+7nm driver. Signed-off-by: Neil Armstrong --- drivers/gpu/drm/msm/Kconfig | 4 +-

[PATCH v2 6/7] drm/msm/dsi: add support for DSI-PHY on SM8550

2023-01-09 Thread Neil Armstrong
SM8550 use a 4nm DSI PHYs, which share register definitions with 7nm DSI PHYs. Rather than duplicating the driver, handle 4nm variant inside the common 5+7nm driver. Signed-off-by: Neil Armstrong --- drivers/gpu/drm/msm/Kconfig | 4 +- drivers/gpu/drm/msm/dsi/phy/dsi_phy.c |