mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 19:28:11 +07:00
7b1b68f013
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>
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
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>;
|
|
};
|