diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-12-03 15:57:40 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-03-19 10:03:06 +0100 |
commit | 4e7470ddca671aee2f5d11ba68573c94feddc5c2 (patch) | |
tree | 53f266284e095985c4b04a5e2d0d943748113091 /drivers/video/omap2/dss/Makefile | |
parent | OMAPFB: search for default display with DT alias (diff) | |
download | linux-4e7470ddca671aee2f5d11ba68573c94feddc5c2.tar.xz linux-4e7470ddca671aee2f5d11ba68573c94feddc5c2.zip |
OMAPDSS: add of helpers
Add helpers to get ports and endpoints from DT data.
These helpers parse v4l2 style ports and endpoints, but compared to the
v4l2 helpers, these allow iterating ports and endpoints separately.
This is a temporary solution until we get generic code to parse the
ports and endpoints.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@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 d3aa91bdd6a8..8aec8bda27cc 100644 --- a/drivers/video/omap2/dss/Makefile +++ b/drivers/video/omap2/dss/Makefile @@ -1,7 +1,7 @@ obj-$(CONFIG_OMAP2_DSS) += omapdss.o # Core DSS files omapdss-y := core.o dss.o dss_features.o dispc.o dispc_coefs.o display.o \ - output.o + output.o dss-of.o # DSS compat layer files omapdss-y += manager.o manager-sysfs.o overlay.o overlay-sysfs.o apply.o \ dispc-compat.o display-sysfs.o |