imx-thermal.yaml (0ea5c948cb64bab5bc7a5516774eb8536f05aa0d) | imx-thermal.yaml (499f5e3c7cf77355f663ed602334a1b42223c78a) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/thermal/imx-thermal.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: NXP i.MX Thermal 8 9maintainers: 10 - Shawn Guo <shawnguo@kernel.org> | 1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/thermal/imx-thermal.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: NXP i.MX Thermal 8 9maintainers: 10 - Shawn Guo <shawnguo@kernel.org> |
11 - Anson Huang <Anson.Huang@nxp.com> | |
12 13properties: 14 compatible: 15 oneOf: 16 - enum: 17 - fsl,imx6q-tempmon 18 - fsl,imx6sx-tempmon 19 - fsl,imx7d-tempmon --- 96 unchanged lines hidden --- | 11 12properties: 13 compatible: 14 oneOf: 15 - enum: 16 - fsl,imx6q-tempmon 17 - fsl,imx6sx-tempmon 18 - fsl,imx7d-tempmon --- 96 unchanged lines hidden --- |