Searched +full:omap5 +full:- +full:opp +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/opp/ti,omap-opp-supply.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments OMAP compatible OPP supply10 OMAP5, DRA7, and AM57 families of SoCs have Class 0 AVS eFuse11 registers, which contain OPP-specific voltage information tailored14 the primary regulator during an OPP transition.16 Also, some supplies may have an associated vbb-supply, an Adaptive18 w.r.t the vdd-supply and clk when making an OPP transition. By[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/5 * Dave Gerlach <d-gerlach@ti.com>7 * TI OPP supply driver that provides override into the regulator control8 * for generic opp core to handle devices with ABB regulator and/or26 * struct ti_opp_supply_optimum_voltage_table - optimized voltage table36 * struct ti_opp_supply_data - OMAP specific opp supply data39 * @vdd_absolute_max_voltage_uv: absolute maximum voltage in UV for the supply40 * @old_supplies: Placeholder for supplies information for old OPP.41 * @new_supplies: Placeholder for supplies information for new OPP.[all …]