[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1484304418-17489-1-git-send-email-baoyou.xie@linaro.org>
Date: Fri, 13 Jan 2017 18:46:56 +0800
From: Baoyou Xie <baoyou.xie@...aro.org>
To: rui.zhang@...el.com, edubezval@...il.com, jun.nie@...aro.org,
gregkh@...uxfoundation.org, davem@...emloft.net,
geert+renesas@...der.be, akpm@...ux-foundation.org,
mchehab@...nel.org, linux@...ck-us.net
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, shawnguo@...nel.org,
baoyou.xie@...aro.org, xie.baoyou@....com.cn,
chen.chaokai@....com.cn, wang.qiang01@....com.cn
Subject: [PATCH v4 1/3] dt: bindings: add documentation for zx2967 family thermal sensor
This patch adds dt-binding documentation for zx2967 family thermal sensor.
Signed-off-by: Baoyou Xie <baoyou.xie@...aro.org>
Acked-by: Rob Herring <robh@...nel.org>
Reviewed-by: Shawn Guo <shawnguo@...nel.org>
---
.../devicetree/bindings/thermal/zx2967-thermal.txt | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
diff --git a/Documentation/devicetree/bindings/thermal/zx2967-thermal.txt b/Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
new file mode 100644
index 0000000..86f941c
--- /dev/null
+++ b/Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
@@ -0,0 +1,21 @@
+* ZTE zx2967 family Thermal
+
+Required Properties:
+- compatible: should be one of the following.
+ * zte,zx296718-thermal
+- reg: physical base address of the controller and length of memory mapped
+ region.
+- clocks : Pairs of phandle and specifier referencing the controller's clocks.
+- clock-names: "gate" for the topcrm clock.
+ "pclk" for the apb clock.
+- #thermal-sensor-cells: must be 0.
+
+Example:
+
+ tempsensor: tempsensor@...a000 {
+ compatible = "zte,zx296718-thermal";
+ reg = <0x0148a000 0x20>;
+ clocks = <&topcrm TEMPSENSOR_GATE>, <&audiocrm AUDIO_TS_PCLK>;
+ clock-names = "gate", "pclk";
+ #thermal-sensor-cells = <0>;
+ };
--
2.7.4
Powered by blists - more mailing lists