clk-tegra30.c (f26e8817b235d8764363bffcc9cbfc61867371f2) | clk-tegra30.c (bfa34832df1fffb79c1719d4016e9cacf0f83b22) |
---|---|
1/* 2 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 803 unchanged lines hidden (view full) --- 812 [tegra_clk_dtv] = { .dt_id = TEGRA30_CLK_DTV, .present = true }, 813 [tegra_clk_pll_p] = { .dt_id = TEGRA30_CLK_PLL_P, .present = true }, 814 [tegra_clk_pll_p_out1] = { .dt_id = TEGRA30_CLK_PLL_P_OUT1, .present = true }, 815 [tegra_clk_pll_p_out2] = { .dt_id = TEGRA30_CLK_PLL_P_OUT2, .present = true }, 816 [tegra_clk_pll_p_out3] = { .dt_id = TEGRA30_CLK_PLL_P_OUT3, .present = true }, 817 [tegra_clk_pll_p_out4] = { .dt_id = TEGRA30_CLK_PLL_P_OUT4, .present = true }, 818 [tegra_clk_pll_a] = { .dt_id = TEGRA30_CLK_PLL_A, .present = true }, 819 [tegra_clk_pll_a_out0] = { .dt_id = TEGRA30_CLK_PLL_A_OUT0, .present = true }, | 1/* 2 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 803 unchanged lines hidden (view full) --- 812 [tegra_clk_dtv] = { .dt_id = TEGRA30_CLK_DTV, .present = true }, 813 [tegra_clk_pll_p] = { .dt_id = TEGRA30_CLK_PLL_P, .present = true }, 814 [tegra_clk_pll_p_out1] = { .dt_id = TEGRA30_CLK_PLL_P_OUT1, .present = true }, 815 [tegra_clk_pll_p_out2] = { .dt_id = TEGRA30_CLK_PLL_P_OUT2, .present = true }, 816 [tegra_clk_pll_p_out3] = { .dt_id = TEGRA30_CLK_PLL_P_OUT3, .present = true }, 817 [tegra_clk_pll_p_out4] = { .dt_id = TEGRA30_CLK_PLL_P_OUT4, .present = true }, 818 [tegra_clk_pll_a] = { .dt_id = TEGRA30_CLK_PLL_A, .present = true }, 819 [tegra_clk_pll_a_out0] = { .dt_id = TEGRA30_CLK_PLL_A_OUT0, .present = true }, |
820 [tegra_clk_cec] = { .dt_id = TEGRA30_CLK_CEC, .present = true }, |
|
820}; 821 822static const char *pll_e_parents[] = { "pll_ref", "pll_p" }; 823 824static void __init tegra30_pll_init(void) 825{ 826 struct clk *clk; 827 --- 537 unchanged lines hidden --- | 821}; 822 823static const char *pll_e_parents[] = { "pll_ref", "pll_p" }; 824 825static void __init tegra30_pll_init(void) 826{ 827 struct clk *clk; 828 --- 537 unchanged lines hidden --- |