commit | 9e0081d573442e7234355f0a043218d15df03933 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Tue Aug 14 08:43:07 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:14 2012 -0700 |
tree | bc508d9fa9b248d70cac2ed736d834d22f5e0e3b | |
parent | b809b3ac13e1016b2be937bd4511973f90982ad2 [diff] |
mx31: Fix PDR0_CSI_PODF The CSI PODF bit-field used by the previous code for the i.MX31 CCM PDR0 register is actually composed of two bit-fields: one pre-divider and one post-divider. This patch fixes the CCM access macros and the code using them accordingly. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de>