Lines Matching +full:soc +full:- +full:level
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-omap2/clock.c
5 * Copyright (C) 2005-2008 Texas Instruments, Inc.
6 * Copyright (C) 2004-2010 Nokia Corporation
9 * Richard Woodruff <r-woodruff2@ti.com>
21 #include <linux/clk-provider.h>
29 #include "soc.h"
35 #include "cm-regbits-24xx.h"
36 #include "cm-regbits-34xx.h"
39 /* DPLL valid Fint frequency band limits - from 34xx TRM Section 4.7.6.2 */
61 * omap2_clk_setup_ll_ops - setup clock driver low-level ops
63 * Sets up clock driver low-level platform ops. These are needed
65 * Returns 0 on success, -EBUSY if low level ops have been registered
78 * ti_clk_init_features - init clock features struct for the SoC
80 * Initializes the clock features struct based on the SoC type.
130 /* On OMAP3430 ES1.0, DPLL4 can't be re-programmed */ in ti_clk_init_features()