imx6: clock: typo fix

Typo fix, "PPL2 -> PLL2"

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Peng Fan 2016-06-30 21:08:00 +08:00 committed by Stefano Babic
parent 225126da99
commit 1f17562796
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ static u32 mxc_get_pll_pfd(enum pll_clocks pll, int pfd_num)
case PLL_BUS:
if (!is_mx6ul()) {
if (pfd_num == 3) {
/* No PFD3 on PPL2 */
/* No PFD3 on PLL2 */
return 0;
}
}