/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | imx-thermal.yaml | 17 - fsl,imx6q-tempmon 18 - fsl,imx6sx-tempmon 19 - fsl,imx7d-tempmon 22 - fsl,imx6sll-tempmon 23 - fsl,imx6ul-tempmon 24 - const: fsl,imx6sx-tempmon 48 fsl,tempmon: 52 fsl,tempmon-data: 56 TEMPMON calibration data, e.g. OCOTP on imx6q. The details about 66 - fsl,tempmon [all …]
|
/openbmc/linux/drivers/thermal/ |
H A D | imx_thermal.c | 206 struct regmap *tempmon; member 222 struct regmap *map = data->tempmon; in imx_set_panic_temp() 236 struct regmap *map = data->tempmon; in imx_set_alarm_temp() 257 struct regmap *map = data->tempmon; in imx_get_temp() 475 "fsl,tempmon-data"); in imx_init_from_tempmon_data() 544 { .compatible = "fsl,imx6q-tempmon", .data = &thermal_imx6q_data, }, 545 { .compatible = "fsl,imx6sx-tempmon", .data = &thermal_imx6sx_data, }, 546 { .compatible = "fsl,imx7d-tempmon", .data = &thermal_imx7d_data, }, 613 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "fsl,tempmon"); in imx_thermal_probe() 616 dev_err(&pdev->dev, "failed to get tempmon regmap: %d\n", ret); in imx_thermal_probe() [all …]
|
H A D | Kconfig | 263 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. 273 Support for Temperature Monitor (TEMPMON) found on NXP i.MX SoCs with
|
/openbmc/u-boot/drivers/thermal/ |
H A D | Kconfig | 15 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs.
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6sll.dtsi | 525 tempmon: tempmon { label 526 compatible = "fsl,imx6sll-tempmon", "fsl,imx6sx-tempmon"; 528 fsl,tempmon = <&anatop>; 529 fsl,tempmon-data = <&ocotp>;
|
H A D | imx6sl.dtsi | 615 tempmon: tempmon { label 616 compatible = "fsl,imx6q-tempmon"; 618 fsl,tempmon = <&anatop>; 619 fsl,tempmon-data = <&ocotp>;
|
H A D | imx6ull.dtsi | 687 tempmon: tempmon { label 688 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; 690 fsl,tempmon = <&anatop>; 691 fsl,tempmon-data = <&ocotp>;
|
H A D | imx6sx.dtsi | 662 tempmon: tempmon { label 663 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon"; 665 fsl,tempmon = <&anatop>; 666 fsl,tempmon-data = <&ocotp>;
|
H A D | imx6qdl.dtsi | 73 tempmon: tempmon { label 74 compatible = "fsl,imx6q-tempmon"; 77 fsl,tempmon = <&anatop>; 78 fsl,tempmon-data = <&ocotp>;
|
H A D | imx7s.dtsi | 544 tempmon: tempmon { label 545 compatible = "fsl,imx7d-tempmon"; 547 fsl,tempmon =<&anatop>;
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs35l41.c | 569 SND_SOC_DAPM_SUPPLY("TEMPMON", CS35L41_PWR_CTRL2, 10, 0, NULL, 0), 575 SND_SOC_DAPM_ADC("TEMPMON ADC", NULL, SND_SOC_NOPM, 0, 0), 647 {"DSP1", NULL, "TEMPMON"}, 653 {"TEMPMON ADC", NULL, "TEMPMON"}, 659 {"TEMPMON ADC", NULL, "TEMP"},
|
H A D | cs35l56.c | 372 SND_SOC_DAPM_SIGGEN("TEMPMON ADC"), 392 { name" Source", "TEMPMON", "TEMPMON ADC" }, \
|
H A D | cs35l56-shared.c | 802 "DSP1TX5", "DSP1TX6", "DSP1TX7", "DSP1TX8", "TEMPMON",
|
H A D | cs35l45.c | 210 "VDD_BSTMON", "TEMPMON",
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6sll.dtsi | 528 tempmon: temperature-sensor { label 529 compatible = "fsl,imx6sll-tempmon", "fsl,imx6sx-tempmon"; 532 fsl,tempmon = <&anatop>;
|
H A D | imx6ul.dtsi | 633 tempmon: tempmon { label 634 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; 637 fsl,tempmon = <&anatop>;
|
H A D | imx6sl.dtsi | 626 tempmon: tempmon { label 627 compatible = "fsl,imx6q-tempmon"; 630 fsl,tempmon = <&anatop>;
|
H A D | imx6sx.dtsi | 718 tempmon: tempmon { label 719 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon"; 722 fsl,tempmon = <&anatop>;
|
H A D | imx6qdl.dtsi | 793 tempmon: tempmon { label 794 compatible = "fsl,imx6q-tempmon"; 797 fsl,tempmon = <&anatop>;
|
H A D | imx7s.dtsi | 604 tempmon: tempmon { label 605 compatible = "fsl,imx7d-tempmon"; 608 fsl,tempmon = <&anatop>;
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/ |
H A D | crm_regs.h | 134 /* TEMPMON Memory Map/Register Definition */
|