arm: tegra: remove generic disp clock divisor flag
commite051526ba7cce238f232fc4a69a61c5ac0b03828
authorRobert Morell <rmorell@nvidia.com>
Wed, 8 Jun 2011 01:53:23 +0000 (7 18:53 -0700)
committerColin Cross <ccross@android.com>
Wed, 13 Jul 2011 03:38:57 +0000 (12 20:38 -0700)
treee1465a0da16c772f13efc0b11d1b1ca867211bc8
parentd1890d4d1a12f92ce423b10270f8dba604a039df
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 <rmorell@nvidia.com>
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/tegra2_clocks.c