imx6: clock: typo fix
authorPeng Fan <[email protected]>
Thu, 30 Jun 2016 13:08:00 +0000 (21:08 +0800)
committerStefano Babic <[email protected]>
Tue, 12 Jul 2016 15:58:50 +0000 (17:58 +0200)
Typo fix, "PPL2 -> PLL2"

Signed-off-by: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
arch/arm/cpu/armv7/mx6/clock.c

index ff932aa7ed413332d40d7bf36a01d9b440f85c47..9b4b69c55d4648b0e11b7cd0faf225dff9631fd6 100644 (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;
                        }
                }