]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/tegra: dpaux: Make VDD supply optional
authorThierry Reding <treding@nvidia.com>
Wed, 5 Jun 2019 08:48:01 +0000 (10:48 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 5 Jun 2019 13:06:04 +0000 (15:06 +0200)
commitf3b0d8793c1619074d0ece2e1a7f64ea37eaf394
treeade8403e441a4a484676fcd62a824e62e96ed443
parentbbad640709fd43ff77b8838c409c977c0b28430c
drm/tegra: dpaux: Make VDD supply optional

The VDD supply is only needed to supply power to eDP panels connected to
DPAUX. Technically that supply should be dealt with in the panel driver,
but for backwards-compatibility we need to keep this around anyway.

Also as a bit of background: the reason for why this supply is attached
to DPAUX is to make sure the panel is properly powered early on so that
it can generate a hotplug pulse at the appropriate time. This may no
longer be required given the support for deferred fbdev setup that was
"recently" introduced in DRM/KMS.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dpaux.c