Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1714005
| From | Florian Eckert <fe@dev.tdt.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] hwmon: (ltq-cputemp) add devicetree bindings documentation |
| Date | 2017-08-17 15:10 +0200 |
| Message-ID | <ufsIG-5i2-37@gated-at.bofh.it> (permalink) |
| References | <ufsIF-5i2-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Document the devicetree bindings for the ltq-cputemp
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
---
Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
diff --git a/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt b/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
new file mode 100644
index 000000000000..f434aebd3897
--- /dev/null
+++ b/Documentation/devicetree/bindings/hwmon/ltq-cputemp.txt
@@ -0,0 +1,10 @@
+Lantiq cpu temperatur sensor for xrx200
+
+Requires node properties:
+- "compatible" value :
+ "lantiq,cputemp"
+
+Example:
+ cputemp@0 {
+ compatible = "lantiq,cputemp";
+ };
--
2.11.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] hwmon: (ltq-cputemp) add cpu temp sensor for xrx200 Florian Eckert <fe@dev.tdt.de> - 2017-08-17 15:10 +0200 [PATCH 2/2] hwmon: (ltq-cputemp) add devicetree bindings documentation Florian Eckert <fe@dev.tdt.de> - 2017-08-17 15:10 +0200 Re: [PATCH 1/2] hwmon: (ltq-cputemp) add cpu temp sensor for xrx200 Guenter Roeck <linux@roeck-us.net> - 2017-08-18 08:10 +0200
csiph-web