|
@@ -27,7 +27,7 @@ enum rk3288_plls {
|
|
|
apll, dpll, cpll, gpll, npll,
|
|
|
};
|
|
|
|
|
|
-struct rockchip_pll_rate_table rk3288_pll_rates[] = {
|
|
|
+static struct rockchip_pll_rate_table rk3288_pll_rates[] = {
|
|
|
RK3066_PLL_RATE(2208000000, 1, 92, 1),
|
|
|
RK3066_PLL_RATE(2184000000, 1, 91, 1),
|
|
|
RK3066_PLL_RATE(2160000000, 1, 90, 1),
|