hwmon: (pmbus) Add support for Lineage Power DC-DC converters
Add device IDs and reference to datasheets for Lineage Power DC-DC converters. Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Robert Coulson <robert.coulson@ericsson.com>
This commit is contained in:
Родитель
ddfb41ca2a
Коммит
bc365a7f3c
|
@ -15,6 +15,14 @@ Supported chips:
|
||||||
http://www.onsemi.com/pub_link/Collateral/ADP4000-D.PDF
|
http://www.onsemi.com/pub_link/Collateral/ADP4000-D.PDF
|
||||||
http://www.onsemi.com/pub_link/Collateral/NCP4200-D.PDF
|
http://www.onsemi.com/pub_link/Collateral/NCP4200-D.PDF
|
||||||
http://www.onsemi.com/pub_link/Collateral/JUNE%202009-%20REV.%200.PDF
|
http://www.onsemi.com/pub_link/Collateral/JUNE%202009-%20REV.%200.PDF
|
||||||
|
* Lineage Power
|
||||||
|
Prefixes: 'pdt003', 'pdt006', 'pdt012', 'udt020'
|
||||||
|
Addresses scanned: -
|
||||||
|
Datasheets:
|
||||||
|
http://www.lineagepower.com/oem/pdf/PDT003A0X.pdf
|
||||||
|
http://www.lineagepower.com/oem/pdf/PDT006A0X.pdf
|
||||||
|
http://www.lineagepower.com/oem/pdf/PDT012A0X.pdf
|
||||||
|
http://www.lineagepower.com/oem/pdf/UDT020A0X.pdf
|
||||||
* Generic PMBus devices
|
* Generic PMBus devices
|
||||||
Prefix: 'pmbus'
|
Prefix: 'pmbus'
|
||||||
Addresses scanned: -
|
Addresses scanned: -
|
||||||
|
|
|
@ -206,7 +206,11 @@ static const struct i2c_device_id pmbus_id[] = {
|
||||||
{"bmr454", 1},
|
{"bmr454", 1},
|
||||||
{"ncp4200", 1},
|
{"ncp4200", 1},
|
||||||
{"ncp4208", 1},
|
{"ncp4208", 1},
|
||||||
|
{"pdt003", 1},
|
||||||
|
{"pdt006", 1},
|
||||||
|
{"pdt012", 1},
|
||||||
{"pmbus", 0},
|
{"pmbus", 0},
|
||||||
|
{"udt020", 1},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче