OSDN Git Service

drm/vc4: hdmi: Remove clock rate initialization
authorMaxime Ripard <maxime@cerno.tech>
Fri, 25 Feb 2022 14:35:34 +0000 (15:35 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 6 Apr 2022 10:41:54 +0000 (12:41 +0200)
commitfd5894fa2413cca3e6a3ea713b2bd57281af2e86
treeac2f888ce7957043f437150a0f23c8b0c7386b0d
parent5b6ef06ea6225570bc0b33325306c7b8c6bdf5eb
drm/vc4: hdmi: Remove clock rate initialization

Now that the clock driver makes sure we never end up with a rate of 0,
the HDMI driver doesn't need to care anymore.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20220225143534.405820-13-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_hdmi.c