Searched +full:omap +full:- +full:opp +full:- +full:supply (Results 1 – 6 of 6) sorted by relevance
1 Texas Instruments OMAP compatible OPP supply description7 an OPP transitions.9 Also, some supplies may have an associated vbb-supply which is an Adaptive Body11 to the vdd-supply and clk when making an OPP transition. By supplying two12 regulators to the device that will undergo OPP transitions we can make use13 of the multi regulator binding that is part of the OPP core described here [1]16 [1] Documentation/devicetree/bindings/opp/opp-v2.yaml19 - vdd-supply: phandle to regulator controlling VDD supply20 - vbb-supply: phandle to regulator controlling Body Bias supply23 Required Properties for opp-supply node:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/8 #include <dt-bindings/bus/ti-sysc.h>9 #include <dt-bindings/media/omap3-isp.h>21 operating-points-v2 = <&cpu0_opp_table>;23 vbb-supply = <&abb_mpu_iva>;24 clock-latency = <300000>; /* From omap-cpufreq driver */25 #cooling-cells = <2>;29 cpu0_opp_table: opp-table {30 compatible = "operating-points-v2-ti-cpu";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/8 #include <dt-bindings/bus/ti-sysc.h>9 #include <dt-bindings/clock/dra7.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/pinctrl/dra.h>12 #include <dt-bindings/clock/dra7.h>17 #address-cells = <2>;18 #size-cells = <2>;21 interrupt-parent = <&crossbar_mpu>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/16 compatible = "arm,cortex-a15";18 operating-points-v2 = <&cpu0_opp_table>;21 clock-names = "cpu";23 clock-latency = <300000>; /* From omap-cpufreq driver */26 #cooling-cells = <2>; /* min followed by max */28 vbb-supply = <&abb_mpu>;40 compatible = "arm,cortex-a15-pmu";41 interrupt-parent = <&wakeupgen>;[all …]
1 TI CPUFreq and OPP bindings6 The ti-cpufreq driver can use revision and an efuse value from the SoC to7 provide the OPP framework with supported hardware information. This is8 used to determine which OPPs from the operating-points-v2 table get enabled9 when it is parsed by the OPP framework.12 --------------------14 - operating-points-v2: Phandle to the operating-points-v2 table to use.16 In 'operating-points-v2' table:17 - compatible: Should be18 - 'operating-points-v2-ti-cpu' for am335x, am43xx, and dra7xx/am57xx,[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 /dts-v1/;7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>11 model = "DA850/AM1808/OMAP-L138 LCDK";12 compatible = "ti,da850-lcd[all...]