From: Robert Morell Date: Wed, 8 Jun 2011 01:53:23 +0000 (-0700) Subject: arm: tegra: remove generic disp clock divisor flag X-Git-Tag: v3.1-rc1~149^2~1^6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e051526ba7cce238f232fc4a69a61c5ac0b03828;p=pandora-kernel.git arm: tegra: remove generic disp clock divisor flag Although disp1 and disp2 have 7.1 divisors, their corresponding registers in the clk_rst block are not the interface to program the divisors. Setting the generic DIV_U71 flag may cause the code to attempt to program the clock at a different divisor, which will confuse any code attempting to use that clock since it isn't actually being divided. Signed-off-by: Robert Morell Signed-off-by: Colin Cross --- Reading git-diff-tree failed