imx8mm-thermal.yaml (ead5d1f4d877e92c051e1a1ade623d0d30e71619) | imx8mm-thermal.yaml (c0310e49d315978a5b019c99957ff442ecf9f05a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/thermal/imx8mm-thermal.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: NXP i.MX8M Mini Thermal Binding 8 --- 4 unchanged lines hidden (view full) --- 13 i.MX8MM has TMU IP to allow temperature measurement, there are 14 currently two distinct major versions of the IP that is supported 15 by a single driver. The IP versions are named v1 and v2, v1 is 16 for i.MX8MM which has ONLY 1 sensor, v2 is for i.MX8MP which has 17 2 sensors. 18 19properties: 20 compatible: | 1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/thermal/imx8mm-thermal.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: NXP i.MX8M Mini Thermal Binding 8 --- 4 unchanged lines hidden (view full) --- 13 i.MX8MM has TMU IP to allow temperature measurement, there are 14 currently two distinct major versions of the IP that is supported 15 by a single driver. The IP versions are named v1 and v2, v1 is 16 for i.MX8MM which has ONLY 1 sensor, v2 is for i.MX8MP which has 17 2 sensors. 18 19properties: 20 compatible: |
21 enum: 22 - fsl,imx8mm-tmu 23 - fsl,imx8mp-tmu | 21 oneOf: 22 - enum: 23 - fsl,imx8mm-tmu 24 - fsl,imx8mp-tmu 25 - items: 26 - const: fsl,imx8mn-tmu 27 - const: fsl,imx8mm-tmu |
24 25 reg: 26 maxItems: 1 27 28 clocks: 29 maxItems: 1 30 31 "#thermal-sensor-cells": --- 27 unchanged lines hidden --- | 28 29 reg: 30 maxItems: 1 31 32 clocks: 33 maxItems: 1 34 35 "#thermal-sensor-cells": --- 27 unchanged lines hidden --- |