]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>
Mon, 11 Aug 2014 08:59:42 +0000 (11:59 +0300)
committerTom Rini <trini@ti.com>
Thu, 4 Sep 2014 17:05:57 +0000 (13:05 -0400)
commit1c4044ae4a6030174e8e4eb0aa5b1017c732aadf
tree1616d57e21aaba6c61f6bb66da9acec0dd636e43
parentd6c1ffc7d23f4fe4ae8c91101861055b8e1501b6
ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0

The mask for BWADJ field of PASSPLLCTL0 register has to be 0xff, but
by mistake, here is used shift instead of mask, so correct it.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
arch/arm/cpu/armv7/keystone/clock.c