Re: [v1 2/3] drm/msm/dsi: Add PHY configuration for SC7280
From: <hidden>
Date: 2021-06-01 12:22:57
Also in:
dri-devel, linux-arm-msm, lkml
From: <hidden>
Date: 2021-06-01 12:22:57
Also in:
dri-devel, linux-arm-msm, lkml
On 31-05-2021 23:27, Dmitry Baryshkov wrote:
On 31/05/2021 16:33, Rajeev Nandan wrote:
quoted
+ .min_pll_rate = 600000000UL, + .max_pll_rate = (5000000000ULL < ULONG_MAX) ? 5000000000ULL : ULONG_MAX,Could you please follow the patch by Arnd here? https://lore.kernel.org/linux-arm-msm/20210514213032.575161-1-arnd@kernel.org/ (local)quoted
+ .io_start = { 0xae94400, 0xae96400 }, + .num_dsi_phy = 2,Judging from the next patch, you have one DSI host and one DSI PHY. Could you please correct io_start / num_dsi_phy here?quoted
+ .quirks = DSI_PHY_7NM_QUIRK_V4_1, +};With these two issues fixed: Reviewed-by: Dmitry Baryshkov <redacted>
Thank you very much for your review :) I have incorporated the review comments. I am waiting for comments on my DT bindings patch (1/3) and will send v2 in a day or two. Thanks, Rajeev