Home
last modified time | relevance | path

Searched full:tempmon (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dimx-thermal.yaml16 - 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 Dimx_thermal.c202 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 DKconfig249 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 DKconfig15 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 Dimx6sll.dtsi525 tempmon: tempmon { label
526 compatible = "fsl,imx6sll-tempmon", "fsl,imx6sx-tempmon";
528 fsl,tempmon = <&anatop>;
529 fsl,tempmon-data = <&ocotp>;
H A Dimx6ull.dtsi685 tempmon: tempmon { label
686 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon";
688 fsl,tempmon = <&anatop>;
689 fsl,tempmon-data = <&ocotp>;
H A Dimx6sx.dtsi660 tempmon: tempmon { label
661 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
663 fsl,tempmon = <&anatop>;
664 fsl,tempmon-data = <&ocotp>;
H A Dimx6sl.dtsi615 tempmon: tempmon { label
616 compatible = "fsl,imx6q-tempmon";
618 fsl,tempmon = <&anatop>;
619 fsl,tempmon-data = <&ocotp>;
H A Dimx6qdl.dtsi719 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 Dimx6sll.dtsi528 tempmon: temperature-sensor { label
529 compatible = "fsl,imx6sll-tempmon", "fsl,imx6sx-tempmon";
532 fsl,tempmon = <&anatop>;
H A Dimx6ul.dtsi632 tempmon: tempmon { label
633 compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon";
636 fsl,tempmon = <&anatop>;
H A Dimx6sx.dtsi716 tempmon: tempmon { label
717 compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon";
720 fsl,tempmon = <&anatop>;
H A Dimx6sl.dtsi625 tempmon: tempmon { label
626 compatible = "fsl,imx6q-tempmon";
629 fsl,tempmon = <&anatop>;
H A Dimx7s.dtsi581 tempmon: tempmon { label
582 compatible = "fsl,imx7d-tempmon";
585 fsl,tempmon = <&anatop>;
H A Dimx6qdl.dtsi788 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 Dcrm_regs.h135 /* TEMPMON Memory Map/Register Definition */