commit | 9adf5df16d4878873776c8e88ac24c56feb30d2a | [log] [tgz] |
---|---|---|
author | Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> | Mon Aug 11 11:59:42 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Thu Sep 04 13:05:57 2014 -0400 |
tree | 1616d57e21aaba6c61f6bb66da9acec0dd636e43 | |
parent | 663b11c7a9185d323e60a99900060276801396d9 [diff] |
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>