diff options
author | Senthilvadivu Guruswamy <svadivu@ti.com> | 2011-01-24 01:21:56 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-03-11 08:46:19 -0500 |
commit | cf07f5316215972e987c63b0a75a922c89813781 (patch) | |
tree | 08abe66ffc6427af41ee43df0847598ce7eee8df /arch/arm/plat-omap/include/plat | |
parent | 8ba775ca0d375ab42404ffd7a1a38326a7b21321 (diff) |
OMAP2,3: DSS2: Build omap_device for each DSS HWIP
Looks up the hwmod database for each of the given DSS HW IP and builds
omap_device which inturn does the platform device register for each of DSS HW IP
Signed-off-by: Senthilvadivu Guruswamy <svadivu@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat')
-rw-r--r-- | arch/arm/plat-omap/include/plat/display.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h index 0f140ecedb0..2fb057e1cb9 100644 --- a/arch/arm/plat-omap/include/plat/display.h +++ b/arch/arm/plat-omap/include/plat/display.h | |||
@@ -237,6 +237,11 @@ static inline int omap_display_init(struct omap_dss_board_info *board_data) | |||
237 | } | 237 | } |
238 | #endif | 238 | #endif |
239 | 239 | ||
240 | struct omap_display_platform_data { | ||
241 | struct omap_dss_board_info *board_data; | ||
242 | /* TODO: Additional members to be added when PM is considered */ | ||
243 | }; | ||
244 | |||
240 | struct omap_video_timings { | 245 | struct omap_video_timings { |
241 | /* Unit: pixels */ | 246 | /* Unit: pixels */ |
242 | u16 x_res; | 247 | u16 x_res; |