[Freedreno] [PATCH] drm/msm/hdmi: fill the pwr_regs bulk regulators

2022-06-09 Thread Dmitry Baryshkov
Conversion to use bulk regulator API omitted filling the pwr_regs with proper regulator IDs. This was left unnoticed, since none of my testing platforms has used the pwr_regs. Fix this by propagating regulator ids properly. Fixes: 31b3b1f5e352 ("drm/msm/hdmi: use bulk regulator API") Signed-off-by

Re: [Freedreno] [PATCH] drm/msm/hdmi: fill the pwr_regs bulk regulators

2022-06-10 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-06-09 04:31:48) > Conversion to use bulk regulator API omitted filling the pwr_regs with > proper regulator IDs. This was left unnoticed, since none of my testing > platforms has used the pwr_regs. Fix this by propagating regulator ids > properly. > > Fixes: 31b3b1f5e