From: Tomi Valkeinen Date: Wed, 10 Apr 2013 11:12:14 +0000 (+0300) Subject: OMAPDSS: convert pixel clock to common videomode style X-Git-Tag: v3.15-rc1~63^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d789416aa71253c6532c9adc7469cb947031f6;p=pandora-kernel.git OMAPDSS: convert pixel clock to common videomode style omapdss has its own video-timings struct, but we want to move the common videomode. The first step is to change the omapdss's pixelclock unit from kHz to Hz. Also, omapdss uses "pixel_clock" field name, whereas the common videomode uses "pixelclock" field name. This patch changes the field name also, as that makes it easy to spot any non-converted pixel_clock uses. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed