Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4 11 lines 241 B view raw
1Bindings for Synaptics AS370 PVT sensors 2 3Required properties: 4- compatible : "syna,as370-hwmon" 5- reg : address and length of the register set. 6 7Example: 8 hwmon@ea0810 { 9 compatible = "syna,as370-hwmon"; 10 reg = <0xea0810 0xc>; 11 };