drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclk
authorRoman Beranek <me@crly.cz>
Fri, 5 May 2023 05:21:09 +0000 (07:21 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 10 May 2023 14:03:10 +0000 (16:03 +0200)
commit71ffeafb13380b73f41bc16495962371c0fda596
treef6fc11449058ea1dc4f9717d274d6b4a8e183767
parentff32fcca64437f679a2bf1c0a19d5def389a18e2
drm: sun4i: rename sun4i_dotclock to sun4i_tcon_dclk

While the rate of TCON0's DCLK matches dotclock for parallel and LVDS
outputs, this doesn't hold for DSI. The 'D' in DCLK actually stands for
'Data' according to Allwinner's manuals. The clock is mostly referred to
as dclk throughout this driver already anyway, so stick with that.

Signed-off-by: Roman Beranek <me@crly.cz>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20230505052110.67514-4-me@crly.cz
drivers/gpu/drm/sun4i/Makefile
drivers/gpu/drm/sun4i/sun4i_dotclock.c [deleted file]
drivers/gpu/drm/sun4i/sun4i_dotclock.h [deleted file]
drivers/gpu/drm/sun4i/sun4i_tcon.c
drivers/gpu/drm/sun4i/sun4i_tcon_dclk.c [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun4i_tcon_dclk.h [new file with mode: 0644]