All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding
@ 2019-06-18  2:18 ` Anson.Huang
  0 siblings, 0 replies; 26+ messages in thread
From: Anson.Huang @ 2019-06-18  2:18 UTC (permalink / raw)
  To: robh+dt, mark.rutland, corbet, shawnguo, s.hauer, kernel,
	festevam, catalin.marinas, will.deacon, rui.zhang, edubezval,
	daniel.lezcano, aisheng.dong, ulf.hansson, peng.fan,
	mchehab+samsung, linux, daniel.baluta, maxime.ripard,
	horms+renesas, olof, jagan, bjorn.andersson, leonard.crestez,
	dinguyen, enric.balletbo, devicetree, linux-kernel, linux-doc,
	linux-arm-kernel, linux-pm
  Cc: Linux-imx

From: Anson Huang <Anson.Huang@nxp.com>

NXP i.MX8QXP is an ARMv8 SoC with a Cortex-M4 core inside as
system controller, the system controller is in charge of system
power, clock and thermal sensors etc. management, Linux kernel
has to communicate with system controller via MU (message unit)
IPC to get temperature from thermal sensors, this patch adds
binding doc for i.MX system controller thermal driver.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
---
No change.
---
 .../devicetree/bindings/arm/freescale/fsl,scu.txt        | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
index a575e42..fc3844e 100644
--- a/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
+++ b/Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
@@ -155,6 +155,17 @@ Required properties:
 Optional properties:
 - timeout-sec: contains the watchdog timeout in seconds.
 
+Thermal bindings based on SCU Message Protocol
+------------------------------------------------------------
+
+Required properties:
+- compatible:			Should be :
+				  "fsl,imx8qxp-sc-thermal"
+				followed by "fsl,imx-sc-thermal";
+
+- #thermal-sensor-cells:	See Documentation/devicetree/bindings/thermal/thermal.txt
+				for a description.
+
 Example (imx8qxp):
 -------------
 aliases {
@@ -222,6 +233,11 @@ firmware {
 			compatible = "fsl,imx8qxp-sc-wdt", "fsl,imx-sc-wdt";
 			timeout-sec = <60>;
 		};
+
+		tsens: thermal-sensor {
+			compatible = "fsl,imx8qxp-sc-thermal", "fsl,imx-sc-thermal";
+			#thermal-sensor-cells = <1>;
+		};
 	};
 };
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-02-19 14:22 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18  2:18 [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding Anson.Huang
2019-06-18  2:18 ` Anson.Huang
2019-06-18  2:18 ` [PATCH V15 2/5] thermal: of-thermal: add API for getting sensor ID from DT Anson.Huang
2019-06-18  2:18   ` Anson.Huang
2019-06-18  2:18 ` [PATCH V15 3/5] thermal: imx_sc: add i.MX system controller thermal support Anson.Huang
2019-06-18  2:18   ` Anson.Huang
2019-06-18  2:18 ` [PATCH V15 4/5] defconfig: arm64: " Anson.Huang
2019-06-18  2:18   ` Anson.Huang
2019-06-18  2:18 ` [PATCH V15 5/5] arm64: dts: imx: add i.MX8QXP " Anson.Huang
2019-06-18  2:18   ` Anson.Huang
2019-06-24  8:04 ` [PATCH V15 1/5] dt-bindings: fsl: scu: add thermal binding Anson Huang
2019-06-24  8:04   ` Anson Huang
2019-06-24  8:04   ` Anson Huang
2019-07-24  3:16   ` Anson Huang
2019-07-24  3:16     ` Anson Huang
2019-07-24  3:16     ` Anson Huang
2019-08-28  9:14     ` Zhang Rui
2019-08-28  9:14       ` Zhang Rui
2019-08-28  9:14       ` Zhang Rui
2019-08-28  9:20       ` Anson Huang
2019-08-28  9:20         ` Anson Huang
2019-08-28  9:20         ` Anson Huang
2019-10-23  2:37     ` Anson Huang
2019-10-23  2:37       ` Anson Huang
2020-02-19 14:21       ` Anson Huang
2020-02-19 14:21         ` Anson Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.