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 v4.2-rc8 20 lines 403 B view raw
1TI DAC7512 DEVICETREE BINDINGS 2 3Required properties: 4 5 - "compatible" Must be set to "ti,dac7512" 6 7Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt 8apply. In particular, "reg" and "spi-max-frequency" properties must be given. 9 10 11Example: 12 13 spi_master { 14 dac7512: dac7512@0 { 15 compatible = "ti,dac7512"; 16 reg = <0>; /* CS0 */ 17 spi-max-frequency = <1000000>; 18 }; 19 }; 20