Lines Matching +full:nvmem +full:- +full:cells +full:- +full:names
4 which measures the on-SoC temperatures. This device does not have its own ADC,
11 - compatible:
12 - "mediatek,mt8173-thermal" : For MT8173 family of SoCs
13 - "mediatek,mt2701-thermal" : For MT2701 family of SoCs
14 - "mediatek,mt2712-thermal" : For MT2712 family of SoCs
15 - "mediatek,mt7622-thermal" : For MT7622 SoC
16 - "mediatek,mt7981-thermal", "mediatek,mt7986-thermal" : For MT7981 SoC
17 - "mediatek,mt7986-thermal" : For MT7986 SoC
18 - "mediatek,mt8183-thermal" : For MT8183 family of SoCs
19 - "mediatek,mt8365-thermal" : For MT8365 family of SoCs
20 - "mediatek,mt8516-thermal", "mediatek,mt2701-thermal : For MT8516 family of SoCs
21 - reg: Address range of the thermal controller
22 - interrupts: IRQ for the thermal controller
23 - clocks, clock-names: Clocks needed for the thermal controller. required
27 - mediatek,auxadc: A phandle to the AUXADC which the thermal controller uses
28 - mediatek,apmixedsys: A phandle to the APMIXEDSYS controller.
29 - #thermal-sensor-cells : Should be 0. See Documentation/devicetree/bindings/thermal/thermal-sensor…
32 - resets: Reference to the reset controller controlling the thermal controller.
33 - nvmem-cells: A phandle to the calibration data provided by a nvmem device. If
35 - nvmem-cell-names: Should be "calibration-data"
40 #thermal-sensor-cells = <1>;
41 compatible = "mediatek,mt8173-thermal";
45 clock-names = "therm", "auxadc";
47 reset-names = "therm";
50 nvmem-cells = <&thermal_calibration_data>;
51 nvmem-cell-names = "calibration-data";