diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2019-08-27 05:44:57 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-09-03 21:47:17 +0200 |
commit | 7b1b68f013e8cf4f5e7f6eedba5f0b3f9226e7e3 (patch) | |
tree | 8b8fdadeb656ed71b99a05e075d4d96cec523c03 /Documentation/devicetree/bindings/hwmon | |
parent | hwmon: Add Synaptics AS370 PVT sensor driver (diff) | |
download | linux-7b1b68f013e8cf4f5e7f6eedba5f0b3f9226e7e3.tar.xz linux-7b1b68f013e8cf4f5e7f6eedba5f0b3f9226e7e3.zip |
hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT
Add device tree bindings for Synaptics AS370 PVT sensors.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20190827113337.384457f6@xhacker.debian
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/as370.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/as370.txt b/Documentation/devicetree/bindings/hwmon/as370.txt new file mode 100644 index 000000000000..d102fe765124 --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/as370.txt @@ -0,0 +1,11 @@ +Bindings for Synaptics AS370 PVT sensors + +Required properties: +- compatible : "syna,as370-hwmon" +- reg : address and length of the register set. + +Example: + hwmon@ea0810 { + compatible = "syna,as370-hwmon"; + reg = <0xea0810 0xc>; + }; |