On Tue, 24 Jan 2023 22:36:00 +0200, Dmitry Baryshkov wrote: > It was left unnoticed during the review that even if there is no OPP > table in device tree, one will be created by a call to the function > devm_pm_opp_set_clkname(). This leads to dsi_mgr_bridge_mode_valid() > rejecting all modes if DT contains no OPP table for the DSI host. > > Rework dsi_mgr_bridge_mode_valid() to handle this case by actually > checking that the table is populated with frequency entries before > returning an error. > > [...]
Applied, thanks! [1/1] drm/msm/dsi: properly handle the case of empty OPP table in dsi_mgr_bridge_mode_valid https://gitlab.freedesktop.org/lumag/msm/-/commit/2ec56b232b97 Best regards, -- Dmitry Baryshkov <dmitry.barysh...@linaro.org>