Skip to content

Commit 947809f

Browse files
BrianChiang0425groeck
authored andcommitted
hwmon: (pmbus/isl68137) Add support for RAA229621
The RAA229621 is a digital dual output multiphase (X+Y <= 8) PWM controller designed to be compliant with AMD SVI3 specifications, targeting VDDCR_CPU and VDDCR_SOC rails. Add support for it to the isl68137 driver. Signed-off-by: Chiang Brian <chiang.brian@inventec.com> Link: https://lore.kernel.org/r/20250605040134.4012199-3-chiang.brian@inventec.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 588f084 commit 947809f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/hwmon/pmbus/isl68137.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ enum chips {
6363
raa228228,
6464
raa229001,
6565
raa229004,
66+
raa229621,
6667
};
6768

6869
enum variants {
@@ -465,6 +466,7 @@ static const struct i2c_device_id raa_dmpvr_id[] = {
465466
{"raa228228", raa_dmpvr2_2rail_nontc},
466467
{"raa229001", raa_dmpvr2_2rail},
467468
{"raa229004", raa_dmpvr2_2rail},
469+
{"raa229621", raa_dmpvr2_2rail},
468470
{}
469471
};
470472

@@ -512,6 +514,7 @@ static const struct of_device_id isl68137_of_match[] = {
512514
{ .compatible = "renesas,raa228228", .data = (void *)raa_dmpvr2_2rail_nontc },
513515
{ .compatible = "renesas,raa229001", .data = (void *)raa_dmpvr2_2rail },
514516
{ .compatible = "renesas,raa229004", .data = (void *)raa_dmpvr2_2rail },
517+
{ .compatible = "renesas,raa229621", .data = (void *)raa_dmpvr2_2rail },
515518
{ },
516519
};
517520

0 commit comments

Comments
 (0)