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>
This commit is contained in:
Jisheng Zhang 2019-08-27 03:44:57 +00:00 committed by Guenter Roeck
parent 7548666e6f
commit 7b1b68f013
1 changed files with 11 additions and 0 deletions

View File

@ -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>;
};