mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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>
11 lines
241 B
Text
11 lines
241 B
Text
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>;
|
|
};
|