commit | 939dd08ba4f43f07f8c701134def8100a300eb1b | [log] [tgz] |
---|---|---|
author | Eric Nelson <eric.nelson@boundarydevices.com> | Thu Aug 29 12:37:35 2013 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Sat Aug 31 18:05:49 2013 +0200 |
tree | c25ac78a9f9fd6540bee5377f587266eb73f9c7a | |
parent | 7d603b9142c3f361d010bfca513ed695442e01cd [diff] |
i.MX6: Correct ANATOP_PFD (Phase Fractional Divider) register declarations Some _CLKGATE_MASK and _FRAC_MASK macros were wrong for PFD_480 and the PFD_528 macros were missing. Fortunately, the incorrect macros weren't being used. Since both the PFD_480 and PFD_528 registers have the same structure, and the fields are identical for [0..3] in bytes [0..3], so a single set of macros will suffice. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>