| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/ |
| H A D | imx-thermal.yaml | 16 - fsl,imx6q-tempmon 17 - fsl,imx6sx-tempmon 18 - fsl,imx7d-tempmon 42 fsl,tempmon: 46 fsl,tempmon-data: 50 TEMPMON calibration data, e.g. OCOTP on imx6q. The details about 60 - fsl,tempmon 94 tempmon { 95 compatible = "fsl,imx6sx-tempmon"; 97 fsl,tempmon = <&anatop>;
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | imx_thermal.c | 202 struct regmap *tempmon; member 220 struct regmap *map = data->tempmon; in imx_set_panic_temp() 234 struct regmap *map = data->tempmon; in imx_set_alarm_temp() 255 struct regmap *map = data->tempmon; in imx_get_temp() 521 "fsl,tempmon-data"); in imx_init_from_tempmon_data() 591 { .compatible = "fsl,imx6q-tempmon", .data = &thermal_imx6q_data, }, 592 { .compatible = "fsl,imx6sx-tempmon", .data = &thermal_imx6sx_data, }, 593 { .compatible = "fsl,imx7d-tempmon", .data = &thermal_imx7d_data, }, 660 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "fsl,tempmon"); in imx_thermal_probe() 663 dev_err(&pdev->dev, "failed to get tempmon regmap: %d\n", ret); in imx_thermal_probe() [all …]
|
| H A D | Kconfig | 249 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. 259 Support for Temperature Monitor (TEMPMON) found on NXP i.MX SoCs with
|
| /OK3568_Linux_fs/u-boot/drivers/thermal/ |
| H A D | Kconfig | 15 Support for Temperature Monitor (TEMPMON) found on Freescale i.MX SoCs. 24 Support for Temperature Monitor (TEMPMON) found on Rockchip SoCs.
|
| /OK3568_Linux_fs/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 | imx6ull.dtsi | 685 tempmon: tempmon { label 686 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; 688 fsl,tempmon = <&anatop>; 689 fsl,tempmon-data = <&ocotp>;
|
| H A D | imx6sx.dtsi | 660 tempmon: tempmon { label 661 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon"; 663 fsl,tempmon = <&anatop>; 664 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 | imx6qdl.dtsi | 719 tempmon: tempmon { label 720 compatible = "fsl,imx6q-tempmon"; 722 fsl,tempmon = <&anatop>; 723 fsl,tempmon-data = <&ocotp>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| 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 | 632 tempmon: tempmon { label 633 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; 636 fsl,tempmon = <&anatop>;
|
| H A D | imx6sx.dtsi | 716 tempmon: tempmon { label 717 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon"; 720 fsl,tempmon = <&anatop>;
|
| H A D | imx6sl.dtsi | 625 tempmon: tempmon { label 626 compatible = "fsl,imx6q-tempmon"; 629 fsl,tempmon = <&anatop>;
|
| H A D | imx7s.dtsi | 581 tempmon: tempmon { label 582 compatible = "fsl,imx7d-tempmon"; 585 fsl,tempmon = <&anatop>;
|
| H A D | imx6qdl.dtsi | 788 tempmon: tempmon { label 789 compatible = "fsl,imx6q-tempmon"; 792 fsl,tempmon = <&anatop>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/ |
| H A D | crm_regs.h | 135 /* TEMPMON Memory Map/Register Definition */
|