Searched full:mcp4726 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | microchip,mcp4725.yaml | 7 title: Microchip mcp4725 and mcp4726 DAC 16 - microchip,mcp4726 24 For the mcp4726 it will be used as the reference voltage if vref-supply 56 const: microchip,mcp4726
|
/openbmc/linux/drivers/iio/dac/ |
H A D | mcp4725.c | 210 MCP4726, enumerator 220 [MCP4726] = { 250 &mcp472x_powerdown_mode_enum[MCP4726]), 252 &mcp472x_powerdown_mode_enum[MCP4726]), 266 [MCP4726] = { 473 if (data->id == MCP4726) in mcp4725_probe() 476 if (data->id == MCP4726 && ref != data->ref_mode) { in mcp4725_probe() 515 { "mcp4726", MCP4726 }, 526 .compatible = "microchip,mcp4726", 527 .data = (void *)MCP4726
|