Home
last modified time | relevance | path

Searched full:max5522 (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/
Dmaxim,max5522.yaml4 $id: http://devicetree.org/schemas/iio/dac/maxim,max5522.yaml#
7 title: Maxim Integrated MAX5522 Dual 10-bit Voltage-Output SPI DACs
15 https://www.analog.com/en/products/max5522.html
19 const: maxim,max5522
44 compatible = "maxim,max5522";
/kernel/linux/linux-6.6/drivers/iio/dac/
Dmax5522.c3 * Maxim MAX5522
66 .name = "max5522",
181 { "max5522", (kernel_ulong_t)&max5522_chip_info_tbl[ID_MAX5522] },
188 .compatible = "maxim,max5522",
197 .name = "max5522",
206 MODULE_DESCRIPTION("MAX5522 DAC driver");
DKconfig367 config MAX5522 config
368 tristate "Maxim MAX5522 DAC driver"
372 Say Y here if you want to build a driver for the Maxim MAX5522.
374 MAX5522 is a dual, ultra-low-power, 10-Bit, voltage-output
378 If compiled as a module, it will be called max5522.
DMakefile41 obj-$(CONFIG_MAX5522) += max5522.o