Re: [Freedreno] [PATCH v2 07/12] drm/msm/hdmi: enable core-vcc/core-vdda-supply for 8996 platform

2022-06-08 Thread Dmitry Baryshkov
On Thu, 9 Jun 2022 at 00:02, Stephen Boyd wrote: > > Quoting Dmitry Baryshkov (2022-06-08 05:07:18) > > DB820c makes use of core-vcc-supply and core-vdda-supply, however the > > driver code doesn't support these regulators. Enable them for HDMI on > > 8996 platform. > > The 'vdda-supply' name

Re: [Freedreno] [PATCH v2 07/12] drm/msm/hdmi: enable core-vcc/core-vdda-supply for 8996 platform

2022-06-08 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-06-08 05:07:18) > DB820c makes use of core-vcc-supply and core-vdda-supply, however the > driver code doesn't support these regulators. Enable them for HDMI on > 8996 platform. The 'vdda-supply' name makes me think this is another scenario where the phy isn't

[Freedreno] [PATCH v2 07/12] drm/msm/hdmi: enable core-vcc/core-vdda-supply for 8996 platform

2022-06-08 Thread Dmitry Baryshkov
DB820c makes use of core-vcc-supply and core-vdda-supply, however the driver code doesn't support these regulators. Enable them for HDMI on 8996 platform. Fixes: 0afbe59edd3f ("drm/msm/hdmi: Add basic HDMI support for msm8996") Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/hdmi/hdmi.c