From: Tomi Valkeinen Date: Wed, 6 Aug 2014 10:31:47 +0000 (+0300) Subject: OMAPDSS: DSI: always power on hsclk & hsdiv X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a7f4bf186e6e629d8cb3226be4b9fbb48c812b8;p=pandora-kernel.git OMAPDSS: DSI: always power on hsclk & hsdiv The DSS PLL has support to power on the PLL's highspeed clock output and HSDIV output separately. In practice both need to powered on, as in most OMAP's that's the only working configuration. We already do that in dsi_pll_init(), by overriding the passed arguments so that both are always powered. Simplify the code by removing the support for choosing which outputs to power on. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed