Searched hist:"724041 ae15ed9639b72bb54dabfac3279c6b4e55" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/i2c/busses/ |
H A D | i2c-icy.c | diff 724041ae15ed9639b72bb54dabfac3279c6b4e55 Mon Aug 19 14:16:18 CEST 2019 Max Staudt <max@enpas.org> i2c: icy: Add LTC2990 present on 2019 board revision
Since the 2019 a1k.org community re-print of these PCBs sports an LTC2990 hwmon chip as an example use case, let this driver autoprobe for that as well. If it is present, modprobing ltc2990 is sufficient.
The property_entry enables the three additional inputs available on this particular board:
in1 will be the voltage of the 5V rail, divided by 2. in2 will be the voltage of the 12V rail, divided by 4. temp3 will be measured using a PCB loop next the chip.
Signed-off-by: Max Staudt <max@enpas.org> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
|
H A D | Kconfig | diff 724041ae15ed9639b72bb54dabfac3279c6b4e55 Mon Aug 19 14:16:18 CEST 2019 Max Staudt <max@enpas.org> i2c: icy: Add LTC2990 present on 2019 board revision
Since the 2019 a1k.org community re-print of these PCBs sports an LTC2990 hwmon chip as an example use case, let this driver autoprobe for that as well. If it is present, modprobing ltc2990 is sufficient.
The property_entry enables the three additional inputs available on this particular board:
in1 will be the voltage of the 5V rail, divided by 2. in2 will be the voltage of the 12V rail, divided by 4. temp3 will be measured using a PCB loop next the chip.
Signed-off-by: Max Staudt <max@enpas.org> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
|