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 v6.3 17 lines 252 B view raw
1max98371 codec 2 3This device supports I2C mode only. 4 5Required properties: 6 7- compatible : "maxim,max98371" 8- reg : The chip select number on the I2C bus 9 10Example: 11 12&i2c { 13 max98371: max98371@31 { 14 compatible = "maxim,max98371"; 15 reg = <0x31>; 16 }; 17};