diff options
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 1eb9aa605eee..24f3a57022b8 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -343,8 +343,8 @@ struct omap_video_timings { | |||
343 | u16 x_res; | 343 | u16 x_res; |
344 | /* Unit: pixels */ | 344 | /* Unit: pixels */ |
345 | u16 y_res; | 345 | u16 y_res; |
346 | /* Unit: KHz */ | 346 | /* Unit: Hz */ |
347 | u32 pixel_clock; | 347 | u32 pixelclock; |
348 | /* Unit: pixel clocks */ | 348 | /* Unit: pixel clocks */ |
349 | u16 hsw; /* Horizontal synchronization pulse width */ | 349 | u16 hsw; /* Horizontal synchronization pulse width */ |
350 | /* Unit: pixel clocks */ | 350 | /* Unit: pixel clocks */ |