From f7e38fe9e23c6311a96510d00c75c73fcf5d1e42 Mon Sep 17 00:00:00 2001 From: Archit Taneja Date: Tue, 6 May 2014 17:07:39 +0530 Subject: [PATCH] OMAPDSS: DPI: Add support for multiple instances Register DPI outputs, and assign the port_num to them as specified by the 'reg' property in the DPI ports in DT. To support multiple DPI instances, dpi_get_channel needs to take the DPI instance's port number to get the corresponding channel. Make it take this argument. We just pass 0 in the non-DT path, since we don't support multiple instances in the non-DT case. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed