OSDN Git Service

drm/msm/mdp5: drop vdd regulator
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 4 Nov 2021 00:34:28 +0000 (03:34 +0300)
committerRob Clark <robdclark@chromium.org>
Sun, 28 Nov 2021 17:32:03 +0000 (09:32 -0800)
commit4cef29b64eba5ac9909a072c797199714cdfb3eb
treebd82bfc02e53bbf5ff07f323cd66c45611dd9fa5
parent016aa55082c2dd16e438e18e23f8bd8a67f30d84
drm/msm/mdp5: drop vdd regulator

The "vdd" regulator was used by the mdp5 driver only on downstream
kernels, where the GDSC is represented as a regulator. On all current
kernels the MDSS_GDSC is implemented as the power domain, removing the
need for this regulator. Remove it from the mdp5 driver.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211104003428.2205497-1-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/disp/mdp5/mdp5_mdss.c