diff options
Diffstat (limited to 'drivers/clk/tegra/clk-tegra124.c')
-rw-r--r-- | drivers/clk/tegra/clk-tegra124.c | 168 |
1 files changed, 139 insertions, 29 deletions
diff --git a/drivers/clk/tegra/clk-tegra124.c b/drivers/clk/tegra/clk-tegra124.c index f5f9baca7bb6..9a893f2fe8e9 100644 --- a/drivers/clk/tegra/clk-tegra124.c +++ b/drivers/clk/tegra/clk-tegra124.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2012, 2013, NVIDIA CORPORATION. All rights reserved. | 2 | * Copyright (c) 2012-2014 NVIDIA CORPORATION. All rights reserved. |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify it | 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, | 5 | * under the terms and conditions of the GNU General Public License, |
@@ -28,6 +28,14 @@ | |||
28 | #include "clk.h" | 28 | #include "clk.h" |
29 | #include "clk-id.h" | 29 | #include "clk-id.h" |
30 | 30 | ||
31 | /* | ||
32 | * TEGRA124_CAR_BANK_COUNT: the number of peripheral clock register | ||
33 | * banks present in the Tegra124/132 CAR IP block. The banks are | ||
34 | * identified by single letters, e.g.: L, H, U, V, W, X. See | ||
35 | * periph_regs[] in drivers/clk/tegra/clk.c | ||
36 | */ | ||
37 | #define TEGRA124_CAR_BANK_COUNT 6 | ||
38 | |||
31 | #define CLK_SOURCE_CSITE 0x1d4 | 39 | #define CLK_SOURCE_CSITE 0x1d4 |
32 | #define CLK_SOURCE_EMC 0x19c | 40 | #define CLK_SOURCE_EMC 0x19c |
33 | 41 | ||
@@ -128,7 +136,6 @@ static unsigned long osc_freq; | |||
128 | static unsigned long pll_ref_freq; | 136 | static unsigned long pll_ref_freq; |
129 | 137 | ||
130 | static DEFINE_SPINLOCK(pll_d_lock); | 138 | static DEFINE_SPINLOCK(pll_d_lock); |
131 | static DEFINE_SPINLOCK(pll_d2_lock); | ||
132 | static DEFINE_SPINLOCK(pll_e_lock); | 139 | static DEFINE_SPINLOCK(pll_e_lock); |
133 | static DEFINE_SPINLOCK(pll_re_lock); | 140 | static DEFINE_SPINLOCK(pll_re_lock); |
134 | static DEFINE_SPINLOCK(pll_u_lock); | 141 | static DEFINE_SPINLOCK(pll_u_lock); |
@@ -145,11 +152,6 @@ static unsigned long tegra124_input_freq[] = { | |||
145 | [12] = 260000000, | 152 | [12] = 260000000, |
146 | }; | 153 | }; |
147 | 154 | ||
148 | static const char *mux_plld_out0_plld2_out0[] = { | ||
149 | "pll_d_out0", "pll_d2_out0", | ||
150 | }; | ||
151 | #define mux_plld_out0_plld2_out0_idx NULL | ||
152 | |||
153 | static const char *mux_pllmcp_clkm[] = { | 155 | static const char *mux_pllmcp_clkm[] = { |
154 | "pll_m", "pll_c", "pll_p", "clk_m", "pll_m_ud", "pll_c2", "pll_c3", | 156 | "pll_m", "pll_c", "pll_p", "clk_m", "pll_m_ud", "pll_c2", "pll_c3", |
155 | }; | 157 | }; |
@@ -783,7 +785,6 @@ static struct tegra_clk tegra124_clks[tegra_clk_max] __initdata = { | |||
783 | [tegra_clk_sbc2] = { .dt_id = TEGRA124_CLK_SBC2, .present = true }, | 785 | [tegra_clk_sbc2] = { .dt_id = TEGRA124_CLK_SBC2, .present = true }, |
784 | [tegra_clk_sbc3] = { .dt_id = TEGRA124_CLK_SBC3, .present = true }, | 786 | [tegra_clk_sbc3] = { .dt_id = TEGRA124_CLK_SBC3, .present = true }, |
785 | [tegra_clk_i2c5] = { .dt_id = TEGRA124_CLK_I2C5, .present = true }, | 787 | [tegra_clk_i2c5] = { .dt_id = TEGRA124_CLK_I2C5, .present = true }, |
786 | [tegra_clk_dsia] = { .dt_id = TEGRA124_CLK_DSIA, .present = true }, | ||
787 | [tegra_clk_mipi] = { .dt_id = TEGRA124_CLK_MIPI, .present = true }, | 788 | [tegra_clk_mipi] = { .dt_id = TEGRA124_CLK_MIPI, .present = true }, |
788 | [tegra_clk_hdmi] = { .dt_id = TEGRA124_CLK_HDMI, .present = true }, | 789 | [tegra_clk_hdmi] = { .dt_id = TEGRA124_CLK_HDMI, .present = true }, |
789 | [tegra_clk_csi] = { .dt_id = TEGRA124_CLK_CSI, .present = true }, | 790 | [tegra_clk_csi] = { .dt_id = TEGRA124_CLK_CSI, .present = true }, |
@@ -809,7 +810,6 @@ static struct tegra_clk tegra124_clks[tegra_clk_max] __initdata = { | |||
809 | [tegra_clk_soc_therm] = { .dt_id = TEGRA124_CLK_SOC_THERM, .present = true }, | 810 | [tegra_clk_soc_therm] = { .dt_id = TEGRA124_CLK_SOC_THERM, .present = true }, |
810 | [tegra_clk_dtv] = { .dt_id = TEGRA124_CLK_DTV, .present = true }, | 811 | [tegra_clk_dtv] = { .dt_id = TEGRA124_CLK_DTV, .present = true }, |
811 | [tegra_clk_i2cslow] = { .dt_id = TEGRA124_CLK_I2CSLOW, .present = true }, | 812 | [tegra_clk_i2cslow] = { .dt_id = TEGRA124_CLK_I2CSLOW, .present = true }, |
812 | [tegra_clk_dsib] = { .dt_id = TEGRA124_CLK_DSIB, .present = true }, | ||
813 | [tegra_clk_tsec] = { .dt_id = TEGRA124_CLK_TSEC, .present = true }, | 813 | [tegra_clk_tsec] = { .dt_id = TEGRA124_CLK_TSEC, .present = true }, |
814 | [tegra_clk_xusb_host] = { .dt_id = TEGRA124_CLK_XUSB_HOST, .present = true }, | 814 | [tegra_clk_xusb_host] = { .dt_id = TEGRA124_CLK_XUSB_HOST, .present = true }, |
815 | [tegra_clk_msenc] = { .dt_id = TEGRA124_CLK_MSENC, .present = true }, | 815 | [tegra_clk_msenc] = { .dt_id = TEGRA124_CLK_MSENC, .present = true }, |
@@ -949,8 +949,6 @@ static struct tegra_clk tegra124_clks[tegra_clk_max] __initdata = { | |||
949 | [tegra_clk_clk_out_1_mux] = { .dt_id = TEGRA124_CLK_CLK_OUT_1_MUX, .present = true }, | 949 | [tegra_clk_clk_out_1_mux] = { .dt_id = TEGRA124_CLK_CLK_OUT_1_MUX, .present = true }, |
950 | [tegra_clk_clk_out_2_mux] = { .dt_id = TEGRA124_CLK_CLK_OUT_2_MUX, .present = true }, | 950 | [tegra_clk_clk_out_2_mux] = { .dt_id = TEGRA124_CLK_CLK_OUT_2_MUX, .present = true }, |
951 | [tegra_clk_clk_out_3_mux] = { .dt_id = TEGRA124_CLK_CLK_OUT_3_MUX, .present = true }, | 951 | [tegra_clk_clk_out_3_mux] = { .dt_id = TEGRA124_CLK_CLK_OUT_3_MUX, .present = true }, |
952 | [tegra_clk_dsia_mux] = { .dt_id = TEGRA124_CLK_DSIA_MUX, .present = true }, | ||
953 | [tegra_clk_dsib_mux] = { .dt_id = TEGRA124_CLK_DSIB_MUX, .present = true }, | ||
954 | }; | 952 | }; |
955 | 953 | ||
956 | static struct tegra_devclk devclks[] __initdata = { | 954 | static struct tegra_devclk devclks[] __initdata = { |
@@ -1112,17 +1110,17 @@ static __init void tegra124_periph_clk_init(void __iomem *clk_base, | |||
1112 | 1, 2); | 1110 | 1, 2); |
1113 | clks[TEGRA124_CLK_XUSB_SS_DIV2] = clk; | 1111 | clks[TEGRA124_CLK_XUSB_SS_DIV2] = clk; |
1114 | 1112 | ||
1115 | /* dsia mux */ | 1113 | clk = clk_register_gate(NULL, "plld_dsi", "plld_out0", 0, |
1116 | clk = clk_register_mux(NULL, "dsia_mux", mux_plld_out0_plld2_out0, | 1114 | clk_base + PLLD_MISC, 30, 0, &pll_d_lock); |
1117 | ARRAY_SIZE(mux_plld_out0_plld2_out0), 0, | 1115 | clks[TEGRA124_CLK_PLLD_DSI] = clk; |
1118 | clk_base + PLLD_BASE, 25, 1, 0, &pll_d_lock); | 1116 | |
1119 | clks[TEGRA124_CLK_DSIA_MUX] = clk; | 1117 | clk = tegra_clk_register_periph_gate("dsia", "plld_dsi", 0, clk_base, |
1118 | 0, 48, periph_clk_enb_refcnt); | ||
1119 | clks[TEGRA124_CLK_DSIA] = clk; | ||
1120 | 1120 | ||
1121 | /* dsib mux */ | 1121 | clk = tegra_clk_register_periph_gate("dsib", "plld_dsi", 0, clk_base, |
1122 | clk = clk_register_mux(NULL, "dsib_mux", mux_plld_out0_plld2_out0, | 1122 | 0, 82, periph_clk_enb_refcnt); |
1123 | ARRAY_SIZE(mux_plld_out0_plld2_out0), 0, | 1123 | clks[TEGRA124_CLK_DSIB] = clk; |
1124 | clk_base + PLLD2_BASE, 25, 1, 0, &pll_d2_lock); | ||
1125 | clks[TEGRA124_CLK_DSIB_MUX] = clk; | ||
1126 | 1124 | ||
1127 | /* emc mux */ | 1125 | /* emc mux */ |
1128 | clk = clk_register_mux(NULL, "emc_mux", mux_pllmcp_clkm, | 1126 | clk = clk_register_mux(NULL, "emc_mux", mux_pllmcp_clkm, |
@@ -1351,7 +1349,7 @@ static const struct of_device_id pmc_match[] __initconst = { | |||
1351 | {}, | 1349 | {}, |
1352 | }; | 1350 | }; |
1353 | 1351 | ||
1354 | static struct tegra_clk_init_table init_table[] __initdata = { | 1352 | static struct tegra_clk_init_table common_init_table[] __initdata = { |
1355 | {TEGRA124_CLK_UARTA, TEGRA124_CLK_PLL_P, 408000000, 0}, | 1353 | {TEGRA124_CLK_UARTA, TEGRA124_CLK_PLL_P, 408000000, 0}, |
1356 | {TEGRA124_CLK_UARTB, TEGRA124_CLK_PLL_P, 408000000, 0}, | 1354 | {TEGRA124_CLK_UARTB, TEGRA124_CLK_PLL_P, 408000000, 0}, |
1357 | {TEGRA124_CLK_UARTC, TEGRA124_CLK_PLL_P, 408000000, 0}, | 1355 | {TEGRA124_CLK_UARTC, TEGRA124_CLK_PLL_P, 408000000, 0}, |
@@ -1368,6 +1366,8 @@ static struct tegra_clk_init_table init_table[] __initdata = { | |||
1368 | {TEGRA124_CLK_I2S4, TEGRA124_CLK_PLL_A_OUT0, 11289600, 0}, | 1366 | {TEGRA124_CLK_I2S4, TEGRA124_CLK_PLL_A_OUT0, 11289600, 0}, |
1369 | {TEGRA124_CLK_VDE, TEGRA124_CLK_PLL_P, 0, 0}, | 1367 | {TEGRA124_CLK_VDE, TEGRA124_CLK_PLL_P, 0, 0}, |
1370 | {TEGRA124_CLK_HOST1X, TEGRA124_CLK_PLL_P, 136000000, 1}, | 1368 | {TEGRA124_CLK_HOST1X, TEGRA124_CLK_PLL_P, 136000000, 1}, |
1369 | {TEGRA124_CLK_DSIALP, TEGRA124_CLK_PLL_P, 68000000, 0}, | ||
1370 | {TEGRA124_CLK_DSIBLP, TEGRA124_CLK_PLL_P, 68000000, 0}, | ||
1371 | {TEGRA124_CLK_SCLK, TEGRA124_CLK_PLL_P_OUT2, 102000000, 1}, | 1371 | {TEGRA124_CLK_SCLK, TEGRA124_CLK_PLL_P_OUT2, 102000000, 1}, |
1372 | {TEGRA124_CLK_DFLL_SOC, TEGRA124_CLK_PLL_P, 51000000, 1}, | 1372 | {TEGRA124_CLK_DFLL_SOC, TEGRA124_CLK_PLL_P, 51000000, 1}, |
1373 | {TEGRA124_CLK_DFLL_REF, TEGRA124_CLK_PLL_P, 51000000, 1}, | 1373 | {TEGRA124_CLK_DFLL_REF, TEGRA124_CLK_PLL_P, 51000000, 1}, |
@@ -1385,27 +1385,73 @@ static struct tegra_clk_init_table init_table[] __initdata = { | |||
1385 | {TEGRA124_CLK_SATA, TEGRA124_CLK_PLL_P, 104000000, 0}, | 1385 | {TEGRA124_CLK_SATA, TEGRA124_CLK_PLL_P, 104000000, 0}, |
1386 | {TEGRA124_CLK_SATA_OOB, TEGRA124_CLK_PLL_P, 204000000, 0}, | 1386 | {TEGRA124_CLK_SATA_OOB, TEGRA124_CLK_PLL_P, 204000000, 0}, |
1387 | {TEGRA124_CLK_EMC, TEGRA124_CLK_CLK_MAX, 0, 1}, | 1387 | {TEGRA124_CLK_EMC, TEGRA124_CLK_CLK_MAX, 0, 1}, |
1388 | {TEGRA124_CLK_CCLK_G, TEGRA124_CLK_CLK_MAX, 0, 1}, | ||
1389 | {TEGRA124_CLK_MSELECT, TEGRA124_CLK_CLK_MAX, 0, 1}, | 1388 | {TEGRA124_CLK_MSELECT, TEGRA124_CLK_CLK_MAX, 0, 1}, |
1390 | {TEGRA124_CLK_CSITE, TEGRA124_CLK_CLK_MAX, 0, 1}, | 1389 | {TEGRA124_CLK_CSITE, TEGRA124_CLK_CLK_MAX, 0, 1}, |
1391 | {TEGRA124_CLK_TSENSOR, TEGRA124_CLK_CLK_M, 400000, 0}, | 1390 | {TEGRA124_CLK_TSENSOR, TEGRA124_CLK_CLK_M, 400000, 0}, |
1391 | /* This MUST be the last entry. */ | ||
1392 | {TEGRA124_CLK_CLK_MAX, TEGRA124_CLK_CLK_MAX, 0, 0}, | ||
1393 | }; | ||
1394 | |||
1395 | static struct tegra_clk_init_table tegra124_init_table[] __initdata = { | ||
1392 | {TEGRA124_CLK_SOC_THERM, TEGRA124_CLK_PLL_P, 51000000, 0}, | 1396 | {TEGRA124_CLK_SOC_THERM, TEGRA124_CLK_PLL_P, 51000000, 0}, |
1397 | {TEGRA124_CLK_CCLK_G, TEGRA124_CLK_CLK_MAX, 0, 1}, | ||
1398 | /* This MUST be the last entry. */ | ||
1399 | {TEGRA124_CLK_CLK_MAX, TEGRA124_CLK_CLK_MAX, 0, 0}, | ||
1400 | }; | ||
1401 | |||
1402 | /* Tegra132 requires the SOC_THERM clock to remain active */ | ||
1403 | static struct tegra_clk_init_table tegra132_init_table[] __initdata = { | ||
1404 | {TEGRA124_CLK_SOC_THERM, TEGRA124_CLK_PLL_P, 51000000, 1}, | ||
1393 | /* This MUST be the last entry. */ | 1405 | /* This MUST be the last entry. */ |
1394 | {TEGRA124_CLK_CLK_MAX, TEGRA124_CLK_CLK_MAX, 0, 0}, | 1406 | {TEGRA124_CLK_CLK_MAX, TEGRA124_CLK_CLK_MAX, 0, 0}, |
1395 | }; | 1407 | }; |
1396 | 1408 | ||
1409 | /** | ||
1410 | * tegra124_clock_apply_init_table - initialize clocks on Tegra124 SoCs | ||
1411 | * | ||
1412 | * Program an initial clock rate and enable or disable clocks needed | ||
1413 | * by the rest of the kernel, for Tegra124 SoCs. It is intended to be | ||
1414 | * called by assigning a pointer to it to tegra_clk_apply_init_table - | ||
1415 | * this will be called as an arch_initcall. No return value. | ||
1416 | */ | ||
1397 | static void __init tegra124_clock_apply_init_table(void) | 1417 | static void __init tegra124_clock_apply_init_table(void) |
1398 | { | 1418 | { |
1399 | tegra_init_from_table(init_table, clks, TEGRA124_CLK_CLK_MAX); | 1419 | tegra_init_from_table(common_init_table, clks, TEGRA124_CLK_CLK_MAX); |
1420 | tegra_init_from_table(tegra124_init_table, clks, TEGRA124_CLK_CLK_MAX); | ||
1400 | } | 1421 | } |
1401 | 1422 | ||
1402 | static void __init tegra124_clock_init(struct device_node *np) | 1423 | /** |
1424 | * tegra132_clock_apply_init_table - initialize clocks on Tegra132 SoCs | ||
1425 | * | ||
1426 | * Program an initial clock rate and enable or disable clocks needed | ||
1427 | * by the rest of the kernel, for Tegra132 SoCs. It is intended to be | ||
1428 | * called by assigning a pointer to it to tegra_clk_apply_init_table - | ||
1429 | * this will be called as an arch_initcall. No return value. | ||
1430 | */ | ||
1431 | static void __init tegra132_clock_apply_init_table(void) | ||
1432 | { | ||
1433 | tegra_init_from_table(common_init_table, clks, TEGRA124_CLK_CLK_MAX); | ||
1434 | tegra_init_from_table(tegra132_init_table, clks, TEGRA124_CLK_CLK_MAX); | ||
1435 | } | ||
1436 | |||
1437 | /** | ||
1438 | * tegra124_132_clock_init_pre - clock initialization preamble for T124/T132 | ||
1439 | * @np: struct device_node * of the DT node for the SoC CAR IP block | ||
1440 | * | ||
1441 | * Register most of the clocks controlled by the CAR IP block, along | ||
1442 | * with a few clocks controlled by the PMC IP block. Everything in | ||
1443 | * this function should be common to Tegra124 and Tegra132. XXX The | ||
1444 | * PMC clock initialization should probably be moved to PMC-specific | ||
1445 | * driver code. No return value. | ||
1446 | */ | ||
1447 | static void __init tegra124_132_clock_init_pre(struct device_node *np) | ||
1403 | { | 1448 | { |
1404 | struct device_node *node; | 1449 | struct device_node *node; |
1450 | u32 plld_base; | ||
1405 | 1451 | ||
1406 | clk_base = of_iomap(np, 0); | 1452 | clk_base = of_iomap(np, 0); |
1407 | if (!clk_base) { | 1453 | if (!clk_base) { |
1408 | pr_err("ioremap tegra124 CAR failed\n"); | 1454 | pr_err("ioremap tegra124/tegra132 CAR failed\n"); |
1409 | return; | 1455 | return; |
1410 | } | 1456 | } |
1411 | 1457 | ||
@@ -1423,7 +1469,8 @@ static void __init tegra124_clock_init(struct device_node *np) | |||
1423 | return; | 1469 | return; |
1424 | } | 1470 | } |
1425 | 1471 | ||
1426 | clks = tegra_clk_init(clk_base, TEGRA124_CLK_CLK_MAX, 6); | 1472 | clks = tegra_clk_init(clk_base, TEGRA124_CLK_CLK_MAX, |
1473 | TEGRA124_CAR_BANK_COUNT); | ||
1427 | if (!clks) | 1474 | if (!clks) |
1428 | return; | 1475 | return; |
1429 | 1476 | ||
@@ -1437,13 +1484,76 @@ static void __init tegra124_clock_init(struct device_node *np) | |||
1437 | tegra_audio_clk_init(clk_base, pmc_base, tegra124_clks, &pll_a_params); | 1484 | tegra_audio_clk_init(clk_base, pmc_base, tegra124_clks, &pll_a_params); |
1438 | tegra_pmc_clk_init(pmc_base, tegra124_clks); | 1485 | tegra_pmc_clk_init(pmc_base, tegra124_clks); |
1439 | 1486 | ||
1487 | /* For Tegra124 & Tegra132, PLLD is the only source for DSIA & DSIB */ | ||
1488 | plld_base = clk_readl(clk_base + PLLD_BASE); | ||
1489 | plld_base &= ~BIT(25); | ||
1490 | clk_writel(plld_base, clk_base + PLLD_BASE); | ||
1491 | } | ||
1492 | |||
1493 | /** | ||
1494 | * tegra124_132_clock_init_post - clock initialization postamble for T124/T132 | ||
1495 | * @np: struct device_node * of the DT node for the SoC CAR IP block | ||
1496 | * | ||
1497 | * Register most of the along with a few clocks controlled by the PMC | ||
1498 | * IP block. Everything in this function should be common to Tegra124 | ||
1499 | * and Tegra132. This function must be called after | ||
1500 | * tegra124_132_clock_init_pre(), otherwise clk_base and pmc_base will | ||
1501 | * not be set. No return value. | ||
1502 | */ | ||
1503 | static void __init tegra124_132_clock_init_post(struct device_node *np) | ||
1504 | { | ||
1440 | tegra_super_clk_gen4_init(clk_base, pmc_base, tegra124_clks, | 1505 | tegra_super_clk_gen4_init(clk_base, pmc_base, tegra124_clks, |
1441 | &pll_x_params); | 1506 | &pll_x_params); |
1442 | tegra_add_of_provider(np); | 1507 | tegra_add_of_provider(np); |
1443 | tegra_register_devclks(devclks, ARRAY_SIZE(devclks)); | 1508 | tegra_register_devclks(devclks, ARRAY_SIZE(devclks)); |
1444 | 1509 | ||
1510 | tegra_cpu_car_ops = &tegra124_cpu_car_ops; | ||
1511 | } | ||
1512 | |||
1513 | /** | ||
1514 | * tegra124_clock_init - Tegra124-specific clock initialization | ||
1515 | * @np: struct device_node * of the DT node for the SoC CAR IP block | ||
1516 | * | ||
1517 | * Register most SoC clocks for the Tegra124 system-on-chip. Most of | ||
1518 | * this code is shared between the Tegra124 and Tegra132 SoCs, | ||
1519 | * although some of the initial clock settings and CPU clocks differ. | ||
1520 | * Intended to be called by the OF init code when a DT node with the | ||
1521 | * "nvidia,tegra124-car" string is encountered, and declared with | ||
1522 | * CLK_OF_DECLARE. No return value. | ||
1523 | */ | ||
1524 | static void __init tegra124_clock_init(struct device_node *np) | ||
1525 | { | ||
1526 | tegra124_132_clock_init_pre(np); | ||
1445 | tegra_clk_apply_init_table = tegra124_clock_apply_init_table; | 1527 | tegra_clk_apply_init_table = tegra124_clock_apply_init_table; |
1528 | tegra124_132_clock_init_post(np); | ||
1529 | } | ||
1446 | 1530 | ||
1447 | tegra_cpu_car_ops = &tegra124_cpu_car_ops; | 1531 | /** |
1532 | * tegra132_clock_init - Tegra132-specific clock initialization | ||
1533 | * @np: struct device_node * of the DT node for the SoC CAR IP block | ||
1534 | * | ||
1535 | * Register most SoC clocks for the Tegra132 system-on-chip. Most of | ||
1536 | * this code is shared between the Tegra124 and Tegra132 SoCs, | ||
1537 | * although some of the initial clock settings and CPU clocks differ. | ||
1538 | * Intended to be called by the OF init code when a DT node with the | ||
1539 | * "nvidia,tegra132-car" string is encountered, and declared with | ||
1540 | * CLK_OF_DECLARE. No return value. | ||
1541 | */ | ||
1542 | static void __init tegra132_clock_init(struct device_node *np) | ||
1543 | { | ||
1544 | tegra124_132_clock_init_pre(np); | ||
1545 | |||
1546 | /* | ||
1547 | * On Tegra132, these clocks are controlled by the | ||
1548 | * CLUSTER_clocks IP block, located in the CPU complex | ||
1549 | */ | ||
1550 | tegra124_clks[tegra_clk_cclk_g].present = false; | ||
1551 | tegra124_clks[tegra_clk_cclk_lp].present = false; | ||
1552 | tegra124_clks[tegra_clk_pll_x].present = false; | ||
1553 | tegra124_clks[tegra_clk_pll_x_out0].present = false; | ||
1554 | |||
1555 | tegra_clk_apply_init_table = tegra132_clock_apply_init_table; | ||
1556 | tegra124_132_clock_init_post(np); | ||
1448 | } | 1557 | } |
1449 | CLK_OF_DECLARE(tegra124, "nvidia,tegra124-car", tegra124_clock_init); | 1558 | CLK_OF_DECLARE(tegra124, "nvidia,tegra124-car", tegra124_clock_init); |
1559 | CLK_OF_DECLARE(tegra132, "nvidia,tegra132-car", tegra132_clock_init); | ||