Skip to content

Commit

Permalink
Merge pull request #178 from pphuchar/201911_q2bd-fix-DPS1100-crash
Browse files Browse the repository at this point in the history
[platform/questone2bd] Fix DPS1100 crash after sonic kernel patched VID
  • Loading branch information
bbinxie committed May 21, 2020
2 parents e966628 + 453db19 commit c5e8e64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,12 @@ enum pmbus_sensor_classes {
#define PMBUS_HAVE_STATUS_VMON BIT(19)

enum pmbus_data_format { linear = 0, direct, vid };
enum vrm_version { vr11 = 0, vr12 };
enum vrm_version { vr11 = 0, vr12, vr13, imvp9, amd625mv };

struct pmbus_driver_info {
int pages; /* Total number of pages */
enum pmbus_data_format format[PSC_NUM_CLASSES];
enum vrm_version vrm_version;
enum vrm_version vrm_version[PMBUS_PAGES]; /* vrm version per page */
/*
* Support one set of coefficients for each sensor type
* Used for chips providing data in direct mode.
Expand Down

0 comments on commit c5e8e64

Please sign in to comment.