clk-tegra30.c (d83b26e0f2b013d29cc1431e35eb10c85e76784a) clk-tegra30.c (899f8095e66c562888ff617686e46019b758611b)
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

--- 774 unchanged lines hidden (view full) ---

783 [tegra_clk_uartc] = { .dt_id = TEGRA30_CLK_UARTC, .present = true },
784 [tegra_clk_uartd] = { .dt_id = TEGRA30_CLK_UARTD, .present = true },
785 [tegra_clk_uarte] = { .dt_id = TEGRA30_CLK_UARTE, .present = true },
786 [tegra_clk_extern1] = { .dt_id = TEGRA30_CLK_EXTERN1, .present = true },
787 [tegra_clk_extern2] = { .dt_id = TEGRA30_CLK_EXTERN2, .present = true },
788 [tegra_clk_extern3] = { .dt_id = TEGRA30_CLK_EXTERN3, .present = true },
789 [tegra_clk_disp1] = { .dt_id = TEGRA30_CLK_DISP1, .present = true },
790 [tegra_clk_disp2] = { .dt_id = TEGRA30_CLK_DISP2, .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

--- 774 unchanged lines hidden (view full) ---

783 [tegra_clk_uartc] = { .dt_id = TEGRA30_CLK_UARTC, .present = true },
784 [tegra_clk_uartd] = { .dt_id = TEGRA30_CLK_UARTD, .present = true },
785 [tegra_clk_uarte] = { .dt_id = TEGRA30_CLK_UARTE, .present = true },
786 [tegra_clk_extern1] = { .dt_id = TEGRA30_CLK_EXTERN1, .present = true },
787 [tegra_clk_extern2] = { .dt_id = TEGRA30_CLK_EXTERN2, .present = true },
788 [tegra_clk_extern3] = { .dt_id = TEGRA30_CLK_EXTERN3, .present = true },
789 [tegra_clk_disp1] = { .dt_id = TEGRA30_CLK_DISP1, .present = true },
790 [tegra_clk_disp2] = { .dt_id = TEGRA30_CLK_DISP2, .present = true },
791 [tegra_clk_ahbdma] = { .dt_id = TEGRA30_CLK_AHBDMA, .present = true },
791 [tegra_clk_apbdma] = { .dt_id = TEGRA30_CLK_APBDMA, .present = true },
792 [tegra_clk_rtc] = { .dt_id = TEGRA30_CLK_RTC, .present = true },
793 [tegra_clk_timer] = { .dt_id = TEGRA30_CLK_TIMER, .present = true },
794 [tegra_clk_kbc] = { .dt_id = TEGRA30_CLK_KBC, .present = true },
795 [tegra_clk_csus] = { .dt_id = TEGRA30_CLK_CSUS, .present = true },
796 [tegra_clk_vcp] = { .dt_id = TEGRA30_CLK_VCP, .present = true },
797 [tegra_clk_bsea] = { .dt_id = TEGRA30_CLK_BSEA, .present = true },
798 [tegra_clk_bsev] = { .dt_id = TEGRA30_CLK_BSEV, .present = true },

--- 565 unchanged lines hidden ---
792 [tegra_clk_apbdma] = { .dt_id = TEGRA30_CLK_APBDMA, .present = true },
793 [tegra_clk_rtc] = { .dt_id = TEGRA30_CLK_RTC, .present = true },
794 [tegra_clk_timer] = { .dt_id = TEGRA30_CLK_TIMER, .present = true },
795 [tegra_clk_kbc] = { .dt_id = TEGRA30_CLK_KBC, .present = true },
796 [tegra_clk_csus] = { .dt_id = TEGRA30_CLK_CSUS, .present = true },
797 [tegra_clk_vcp] = { .dt_id = TEGRA30_CLK_VCP, .present = true },
798 [tegra_clk_bsea] = { .dt_id = TEGRA30_CLK_BSEA, .present = true },
799 [tegra_clk_bsev] = { .dt_id = TEGRA30_CLK_BSEV, .present = true },

--- 565 unchanged lines hidden ---