diff options
author | Roman Beranek <me@crly.cz> | 2023-05-05 07:21:09 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2023-05-10 16:03:10 +0200 |
commit | 71ffeafb13380b73f41bc16495962371c0fda596 (patch) | |
tree | f6fc11449058ea1dc4f9717d274d6b4a8e183767 /drivers/gpu/drm/sun4i/Makefile | |
parent | ff32fcca64437f679a2bf1c0a19d5def389a18e2 (diff) | |
download | linux-71ffeafb13380b73f41bc16495962371c0fda596.tar.gz linux-71ffeafb13380b73f41bc16495962371c0fda596.tar.bz2 linux-71ffeafb13380b73f41bc16495962371c0fda596.zip |
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
Diffstat (limited to 'drivers/gpu/drm/sun4i/Makefile')
-rw-r--r-- | drivers/gpu/drm/sun4i/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sun4i/Makefile b/drivers/gpu/drm/sun4i/Makefile index 0d04f2447b01..bad7497a0d11 100644 --- a/drivers/gpu/drm/sun4i/Makefile +++ b/drivers/gpu/drm/sun4i/Makefile @@ -19,7 +19,7 @@ sun8i-mixer-y += sun8i_mixer.o sun8i_ui_layer.o \ sun8i_vi_scaler.o sun8i_csc.o sun4i-tcon-y += sun4i_crtc.o -sun4i-tcon-y += sun4i_dotclock.o +sun4i-tcon-y += sun4i_tcon_dclk.o sun4i-tcon-y += sun4i_lvds.o sun4i-tcon-y += sun4i_tcon.o sun4i-tcon-y += sun4i_rgb.o |