commit | 56a730b73f32d2bb6ee0b7da974c91b3303d6249 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Mon Nov 28 01:02:28 2022 -0600 |
committer | Andre Przywara <andre.przywara@arm.com> | Wed Apr 12 00:17:20 2023 +0100 |
tree | dfde110b9d2cc31d67fd90efafdba63b510941f2 | |
parent | 65bd46b5005b76d36840121aa042973ec429ca89 [diff] |
video: sunxi: dw-hdmi: Use DM for HVCC regulator 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 <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>