Home
last modified time | relevance | path

Searched refs:bandgap (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/Documentation/devicetree/bindings/thermal/
Dti_soc_thermal.txt1 * Texas Instrument OMAP SCM bandgap bindings
13 - "ti,omap34xx-bandgap" : for OMAP34xx bandgap
14 - "ti,omap36xx-bandgap" : for OMAP36xx bandgap
15 - "ti,omap4430-bandgap" : for OMAP4430 bandgap
16 - "ti,omap4460-bandgap" : for OMAP4460 bandgap
17 - "ti,omap4470-bandgap" : for OMAP4470 bandgap
18 - "ti,omap5430-bandgap" : for OMAP5430 bandgap
26 to each bandgap version, because the mapping may change from
31 bandgap {
33 compatible = "ti,omap34xx-bandgap";
[all …]
Dthermal.txt239 * A simple IC with a single bandgap temperature sensor.
241 bandgap0: bandgap@0000ed00 {
312 * A simple IC with several bandgap temperature sensors.
314 bandgap0: bandgap@0000ed00 {
403 In the example above, there is one bandgap IC which has the capability to
409 Thus, there is a need to assign each sensor provided by the bandgap IC
412 specifier as sensor ID. In the example, then, <bandgap 0> is used to
413 monitor CPU thermal zone, <bandgap 1> is used to monitor GPU thermal
414 zone and <bandgap 2> is used to monitor DSP thermal zone. Each zone
440 * A simple IC with a single bandgap temperature sensor.
[all …]
/Linux-v5.4/arch/arm/boot/dts/
Domap443x.dtsi36 bandgap: bandgap@4a002260 { label
39 compatible = "ti,omap4430-bandgap";
Domap4460.dtsi41 bandgap: bandgap@4a002260 { label
45 compatible = "ti,omap4460-bandgap";
Domap34xx.dtsi60 bandgap: bandgap@48002524 { label
62 compatible = "ti,omap34xx-bandgap";
Domap36xx.dtsi92 bandgap: bandgap@48002524 { label
94 compatible = "ti,omap36xx-bandgap";
Domap3-cpu-thermal.dtsi19 thermal-sensors = <&bandgap 0>;
Ddra7-dspeve-thermal.dtsi18 thermal-sensors = <&bandgap 3>;
Ddra7-iva-thermal.dtsi18 thermal-sensors = <&bandgap 4>;
Domap5-core-thermal.dtsi19 thermal-sensors = <&bandgap 2>;
Domap5-gpu-thermal.dtsi19 thermal-sensors = <&bandgap 1>;
Domap4-cpu-thermal.dtsi19 thermal-sensors = <&bandgap 0>;
Domap5.dtsi237 bandgap: bandgap@4a0021e0 { label
243 compatible = "ti,omap5430-bandgap";
Ddra7.dtsi309 bandgap: bandgap@4a0021e0 { label
316 compatible = "ti,dra752-bandgap";
/Linux-v5.4/drivers/thermal/ti-soc-thermal/
DTODO3 on ti-bandgap.c:
DKconfig6 OMAP4460+ on die bandgap temperature sensor support. The register
17 framework for the Texas Instruments on die bandgap temperature sensor.
DMakefile3 ti-soc-thermal-y := ti-bandgap.o
/Linux-v5.4/drivers/gpu/drm/msm/dsi/pll/
Ddsi_pll_14nm.c852 u32 clkbuflr_en, bandgap = 0; in dsi_pll_14nm_set_usecase() local
864 bandgap = 0x3; in dsi_pll_14nm_set_usecase()
871 if (bandgap) in dsi_pll_14nm_set_usecase()
872 pll_write(base + REG_DSI_14nm_PHY_PLL_PLL_BANDGAP, bandgap); in dsi_pll_14nm_set_usecase()