mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 23:09:29 +02:00
hwmon: (pmbus/isl68137) Add support for Renesas RAA228942 and RAA228943
Add I2C device IDs for Renesas RAA228942 and RAA228943. At the Linux PMBus hwmon interface level currently supported by this driver, these devices are compatible with the existing 2-rail non-TC controllers, so devicetree will use fallback compatibles and no dedicated OF match entries are needed. Signed-off-by: Dawei Liu <dawei.liu.jy@renesas.com> Link: https://lore.kernel.org/r/20260325090208.857-3-dawei.liu.jy@renesas.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
@@ -394,6 +394,26 @@ Supported chips:
|
||||
|
||||
Provided by Renesas upon request and NDA
|
||||
|
||||
* Renesas RAA228942
|
||||
|
||||
Prefix: 'raa228942'
|
||||
|
||||
Addresses scanned: -
|
||||
|
||||
Datasheet:
|
||||
|
||||
Provided by Renesas upon request and NDA
|
||||
|
||||
* Renesas RAA228943
|
||||
|
||||
Prefix: 'raa228943'
|
||||
|
||||
Addresses scanned: -
|
||||
|
||||
Datasheet:
|
||||
|
||||
Provided by Renesas upon request and NDA
|
||||
|
||||
* Renesas RAA229001
|
||||
|
||||
Prefix: 'raa229001'
|
||||
|
||||
@@ -450,6 +450,8 @@ static const struct i2c_device_id raa_dmpvr_id[] = {
|
||||
{"raa228228", raa_dmpvr2_2rail_nontc},
|
||||
{"raa228244", raa_dmpvr2_2rail_nontc},
|
||||
{"raa228246", raa_dmpvr2_2rail_nontc},
|
||||
{"raa228942", raa_dmpvr2_2rail_nontc},
|
||||
{"raa228943", raa_dmpvr2_2rail_nontc},
|
||||
{"raa229001", raa_dmpvr2_2rail},
|
||||
{"raa229004", raa_dmpvr2_2rail},
|
||||
{"raa229141", raa_dmpvr2_2rail_pmbus},
|
||||
|
||||
Reference in New Issue
Block a user