Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / iio / dac / ltc2632.txt
1 Linear Technology LTC2632 DAC device driver
2
3 Required properties:
4  - compatible: Has to contain one of the following:
5         lltc,ltc2632-l12
6         lltc,ltc2632-l10
7         lltc,ltc2632-l8
8         lltc,ltc2632-h12
9         lltc,ltc2632-h10
10         lltc,ltc2632-h8
11
12 Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
13 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
14
15 Example:
16
17         spi_master {
18                 dac: ltc2632@0 {
19                         compatible = "lltc,ltc2632-l12";
20                         reg = <0>; /* CS0 */
21                         spi-max-frequency = <1000000>;
22                 };
23         };