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.3 15 lines 238 B view raw
1* AD7416/AD7417/AD7418 Temperature Sensor Device Tree Bindings 2 3Required properties: 4- compatible: one of 5 "adi,ad7416" 6 "adi,ad7417" 7 "adi,ad7418" 8- reg: I2C address 9 10Example: 11 12hwmon@28 { 13 compatible = "adi,ad7418"; 14 reg = <0x28>; 15};