Re: [PATCH 5/5] video: sunxi: dw-hdmi: Use DM for HVCC regulator

2023-01-22 Thread Andre Przywara
On Mon, 28 Nov 2022 01:02:28 -0600 Samuel Holland wrote: Hi, > The HDMI PHY depends on the HVCC supply being enabled. So far we have > relied on it being enabled by an earlier firmware stage (SPL or TF-A). > Attempt to enable the regulator here, so we can remove that dependency. > > Signed-off-

[PATCH 5/5] video: sunxi: dw-hdmi: Use DM for HVCC regulator

2022-11-27 Thread Samuel Holland
The HDMI PHY depends on the HVCC supply being enabled. So far we have relied on it being enabled by an earlier firmware stage (SPL or TF-A). Attempt to enable the regulator here, so we can remove that dependency. Signed-off-by: Samuel Holland --- drivers/video/sunxi/sunxi_dw_hdmi.c | 6 ++