Skip to content

Instantly share code, notes, and snippets.

@anarsoul
Created November 6, 2019 07:13
Show Gist options
  • Save anarsoul/c50eb628c8492e2515043db6b015f484 to your computer and use it in GitHub Desktop.
Save anarsoul/c50eb628c8492e2515043db6b015f484 to your computer and use it in GitHub Desktop.
diff --git a/drivers/regulator/fan53555.c b/drivers/regulator/fan53555.c
index dbe477da4e55..00c83492f774 100644
--- a/drivers/regulator/fan53555.c
+++ b/drivers/regulator/fan53555.c
@@ -83,6 +83,7 @@ enum {
enum {
SILERGY_SYR82X = 8,
+ SILERGY_SYR83X = 9,
};
struct fan53555_device_info {
@@ -302,6 +303,7 @@ static int fan53555_voltages_setup_silergy(struct fan53555_device_info *di)
/* Init voltage range and step */
switch (di->chip_id) {
case SILERGY_SYR82X:
+ case SILERGY_SYR83X:
di->vsel_min = 712500;
di->vsel_step = 12500;
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment