diff options
author | Jisheng Zhang <[email protected]> | 2019-08-27 03:44:57 +0000 |
---|---|---|
committer | Guenter Roeck <[email protected]> | 2019-09-03 12:47:17 -0700 |
commit | 7b1b68f013e8cf4f5e7f6eedba5f0b3f9226e7e3 (patch) | |
tree | 8b8fdadeb656ed71b99a05e075d4d96cec523c03 | |
parent | 7548666e6fc3c16a52171689035f181474c45117 (diff) |
hwmon: (as370-hwmon) Add DT bindings for Synaptics AS370 PVT
Add device tree bindings for Synaptics AS370 PVT sensors.
Signed-off-by: Jisheng Zhang <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
-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>; + }; |