Commit c86a5f6e authored by Benjamin Gaignard's avatar Benjamin Gaignard

drm: sti: add HDA driver

Add driver to support analog TV ouput.

HDA driver is mapped on drm_bridge and drm_connector structures.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@linaro.org>
Reviewed-by: default avatarRob Clark <robdclark@gmail.com>
parent 5402626c
......@@ -5,4 +5,5 @@ stihdmi-y := sti_hdmi.o \
obj-$(CONFIG_DRM_STI) = \
sti_vtg.o \
sti_vtac.o \
stihdmi.o
\ No newline at end of file
stihdmi.o \
sti_hda.o
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment