Searched refs:bandgap (Results 1 – 25 of 36) sorted by relevance
12
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | ti_soc_thermal.txt | 1 * 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 …]
|
/openbmc/u-boot/doc/device-tree-bindings/thermal/ |
H A D | ti_soc_thermal.txt | 1 * Texas Instrument dra7xx SCM bandgap bindings 13 - "ti,dra752-bandgap" 16 - regs : this is specific to each bandgap version, because 26 bandgap { 33 compatible = "ti,dra752-bandgap";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap443x.dtsi | 34 bandgap: bandgap@4a002260 { label 37 compatible = "ti,omap4430-bandgap"; 72 thermal-sensors = <&bandgap>;
|
H A D | omap4460.dtsi | 31 bandgap: bandgap@4a002260 { label 35 compatible = "ti,omap4460-bandgap"; 82 thermal-sensors = <&bandgap>;
|
H A D | omap34xx.dtsi | 105 bandgap: bandgap@48002524 { label 107 compatible = "ti,omap34xx-bandgap";
|
H A D | omap36xx.dtsi | 142 bandgap: bandgap@48002524 { label 144 compatible = "ti,omap36xx-bandgap";
|
H A D | dra7-iva-thermal.dtsi | 15 thermal-sensors = <&bandgap 4>;
|
H A D | dra7-dspeve-thermal.dtsi | 15 thermal-sensors = <&bandgap 3>;
|
H A D | omap5-gpu-thermal.dtsi | 16 thermal-sensors = <&bandgap 1>;
|
H A D | omap5-core-thermal.dtsi | 16 thermal-sensors = <&bandgap 2>;
|
H A D | omap3-cpu-thermal.dtsi | 15 thermal-sensors = <&bandgap>;
|
H A D | omap4-cpu-thermal.dtsi | 19 thermal-sensors = <&bandgap 0>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | omap34xx.dtsi | 59 bandgap: bandgap@48002524 { label 61 compatible = "ti,omap34xx-bandgap";
|
H A D | omap36xx.dtsi | 92 bandgap: bandgap@48002524 { label 94 compatible = "ti,omap36xx-bandgap";
|
H A D | omap3-cpu-thermal.dtsi | 19 thermal-sensors = <&bandgap 0>;
|
H A D | dra7-dspeve-thermal.dtsi | 18 thermal-sensors = <&bandgap 3>;
|
H A D | dra7-iva-thermal.dtsi | 18 thermal-sensors = <&bandgap 4>;
|
H A D | omap5-core-thermal.dtsi | 19 thermal-sensors = <&bandgap 2>;
|
H A D | omap5-gpu-thermal.dtsi | 19 thermal-sensors = <&bandgap 1>;
|
H A D | omap4-cpu-thermal.dtsi | 19 thermal-sensors = <&bandgap 0>;
|
H A D | omap3-u-boot.dtsi | 14 bandgap@48002524 {
|
/openbmc/u-boot/drivers/thermal/ |
H A D | Makefile | 8 obj-$(CONFIG_TI_DRA7_THERMAL) += ti-bandgap.o
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A D | Kconfig | 6 OMAP4460+ on die bandgap temperature sensor support. The register 17 framework for the Texas Instruments on die bandgap temperature sensor.
|
H A D | TODO | 3 on ti-bandgap.c:
|
H A D | Makefile | 3 ti-soc-thermal-y := ti-bandgap.o
|
12