9
0
Fork 0

tegra: add Tegra124 PLL_X rate setup

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-06-03 22:35:02 +02:00 committed by Sascha Hauer
parent 983f39f6ca
commit 566fd492ab
1 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,14 @@ static struct pll_config pllx_config_table[][4] = {
{600, 12, 0, 8 },
{600, 26, 0, 8 },
}, /* TEGRA 30 */
{
}, /* TEGRA 114 */
{
{ 108, 1, 1, 0 },
{ 73, 1, 1, 0 },
{ 116, 1, 1, 0 },
{ 108, 2, 1, 0 },
}, /* TEGRA 124 */
};
static void init_pllx(void)