Merge "ODROID-N2: clk: add 2.004GHz cpu freq for A73 core and change the max" into odroidn2-4.9.y-android

This commit is contained in:
Dongjin Kim
2019-02-21 19:42:41 +09:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -440,7 +440,7 @@
opp-microvolt = <1022000>;
};
opp12 {
opp-hz = /bits/ 64 <1992000000>;
opp-hz = /bits/ 64 <2004000000>;
opp-microvolt = <1022000>;
};
};

View File

@@ -159,6 +159,7 @@ static const struct pll_rate_table g12a_pll_rate_table[] = {
PLL_RATE(1968000000ULL, 164, 1, 1), /*DCO=3936M*/
PLL_RATE(1980000000ULL, 165, 1, 1), /*DCO=3960M*/
PLL_RATE(1992000000ULL, 166, 1, 1), /*DCO=3984M*/
PLL_RATE(2004000000ULL, 167, 1, 1), /*DCO=4008M*/
PLL_RATE(2016000000ULL, 168, 1, 1), /*DCO=4032M*/
PLL_RATE(2100000000ULL, 175, 1, 1), /*DCO=4200M*/
PLL_RATE(2196000000ULL, 183, 1, 1), /*DCO=4392M*/