ODROID-N2: clk: add 2.004GHz cpu freq for A73 core and change the max

Change-Id: I99274d1084fc20a277a26669024391132da010f8
This commit is contained in:
Joy Cho
2019-02-20 08:46:54 +09:00
parent 31f26bacb1
commit 6f36d05074
2 changed files with 2 additions and 1 deletions

View File

@@ -316,7 +316,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*/