OSDN Git Service

drm/rockchip: dw_hdmi: rename vpll clock to reference clock
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 22 Apr 2022 07:28:21 +0000 (09:28 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 3 May 2022 09:24:04 +0000 (11:24 +0200)
commita9d37e684492ab5db1cce28b655e20c01191873f
tree926f84cbf0a9bb86d7388ae173513b57c22a40ec
parentcf544c6a885c52d79e4d8bf139fb8cb63a878512
drm/rockchip: dw_hdmi: rename vpll clock to reference clock

"vpll" is a misnomer. A clock input to a device should be named after
the usage in the device, not after the clock that drives it. On the
rk3568 the same clock is driven by the HPLL.
To fix that, this patch renames the vpll clock to ref clock. The clock
name "vpll" is left for compatibility to old device trees.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Tested-by: Michael Riesch <michael.riesch@wolfvision.net>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220422072841.2206452-5-s.hauer@pengutronix.de
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c