summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/Makefile
diff options
context:
space:
mode:
authorJernej Skrabec <jernej.skrabec@siol.net>2018-03-01 22:34:38 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-03-02 08:45:49 +0100
commit4f86e81748fe230b9cf82a7fd69884c7a08ba9d1 (patch)
treea24d2d29845088099f740cdb1bb4a92ce3f3718b /drivers/gpu/drm/sun4i/Makefile
parent6876b160b70eeab5c7e0c3888f4907502a1df4a7 (diff)
downloadlinux-4f86e81748fe230b9cf82a7fd69884c7a08ba9d1.tar.gz
linux-4f86e81748fe230b9cf82a7fd69884c7a08ba9d1.tar.bz2
linux-4f86e81748fe230b9cf82a7fd69884c7a08ba9d1.zip
drm/sun4i: Add support for H3 HDMI PHY variant
While A83T HDMI PHY seems to be just customized Synopsys HDMI PHY, H3 HDMI PHY is completely custom PHY. However, they still have many things in common like clock and reset setup, setting sync polarity and more. Add support for H3 HDMI PHY variant. While documentation exists for this PHY variant, it doesn't go in great details. Because of that, almost all settings are copied from BSP linux 4.4. Interestingly, those settings are slightly different to those found in a older BSP with Linux 3.4. For now, no user visible difference was found between them. Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180301213442.16677-13-jernej.skrabec@siol.net
Diffstat (limited to 'drivers/gpu/drm/sun4i/Makefile')
-rw-r--r--drivers/gpu/drm/sun4i/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sun4i/Makefile b/drivers/gpu/drm/sun4i/Makefile
index 1610e748119b..330843ce4280 100644
--- a/drivers/gpu/drm/sun4i/Makefile
+++ b/drivers/gpu/drm/sun4i/Makefile
@@ -12,6 +12,7 @@ sun4i-drm-hdmi-y += sun4i_hdmi_tmds_clk.o
sun8i-drm-hdmi-y += sun8i_dw_hdmi.o
sun8i-drm-hdmi-y += sun8i_hdmi_phy.o
+sun8i-drm-hdmi-y += sun8i_hdmi_phy_clk.o
sun8i-mixer-y += sun8i_mixer.o sun8i_ui_layer.o \
sun8i_vi_layer.o sun8i_ui_scaler.o \