]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i.MX6: Correct ANATOP_PFD (Phase Fractional Divider) register declarations
authorEric Nelson <eric.nelson@boundarydevices.com>
Thu, 29 Aug 2013 19:37:35 +0000 (12:37 -0700)
committerStefano Babic <sbabic@denx.de>
Sat, 31 Aug 2013 16:05:49 +0000 (18:05 +0200)
commit3fc4176dc4b61bc50b0d90f10eef48f7b2e28203
treec25ac78a9f9fd6540bee5377f587266eb73f9c7a
parent1ca244ded50de4b5f39ded2793a02fe5f17f9ba6
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>
arch/arm/include/asm/arch-mx6/imx-regs.h