diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2019-08-27 06:44:57 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-09-03 22:47:17 +0300 |
commit | 7b1b68f013e8cf4f5e7f6eedba5f0b3f9226e7e3 (patch) | |
tree | 8b8fdadeb656ed71b99a05e075d4d96cec523c03 /Documentation | |
parent | 7548666e6fc3c16a52171689035f181474c45117 (diff) | |
download | linux-7b1b68f013e8cf4f5e7f6eedba5f0b3f9226e7e3.tar.xz |
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')
-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>; + }; |