diff options
author | Mythri P K <mythripk@ti.com> | 2011-09-08 19:06:23 +0530 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-30 16:16:32 +0300 |
commit | 7d983f39ecc463a4fb94bc1fd7204be46e35d5e0 (patch) | |
tree | c11bcd5d4cb61d44f64d42449d394e6cf6ce3a5e /drivers/video/omap2/dss/Makefile | |
parent | 7c1f1ecac9240663db357ae0f30761a7ee7c8463 (diff) | |
download | blackbird-op-linux-7d983f39ecc463a4fb94bc1fd7204be46e35d5e0.tar.gz blackbird-op-linux-7d983f39ecc463a4fb94bc1fd7204be46e35d5e0.zip |
OMAP4: DSS2: HDMI: Split the current HDMI driver to move
Split the current HDMI driver to move the HDMI IP dependent ( PLL/PHY/Core
configuration code) to a new IP file (ti_hdmi_4xxx_ip.c.
This is to separate IP dependent OMAP agnostic code from OMAP specific DSS
dependent code.
Signed-off-by: Mythri P K <mythripk@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Makefile')
-rw-r--r-- | drivers/video/omap2/dss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile index 10d9d3bb3e24..962782927243 100644 --- a/drivers/video/omap2/dss/Makefile +++ b/drivers/video/omap2/dss/Makefile @@ -6,4 +6,4 @@ omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \ - hdmi_omap4_panel.o + hdmi_omap4_panel.o ti_hdmi_4xxx_ip.o |