diff options
author | Matt Delco <delco@chromium.org> | 2018-06-08 10:53:54 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-11 08:41:25 +0000 |
commit | b4cf849333bccf7f003e7860c312b497020f3a31 (patch) | |
tree | e18afac63eed790686ea576460c275533c321fe1 /src/mainboard/google | |
parent | a48433d39be4002061e8882a9c6a009a497166eb (diff) |
mainboard/google/eve: add vendor to subsystem id
The initial subsystem ID had a device ID but not a vendor ID.
This change adds the Google vendor ID to the subsystem ID.
Change-Id: I14897da115fd6f2ddd492b6c565bd23227197232
Signed-off-by: Matt Delco <delco@chromium.org>
Reviewed-on: https://review.coreboot.org/26987
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: HARSHAPRIYA N <harshapriya.n@intel.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/eve/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/eve/mainboard.c b/src/mainboard/google/eve/mainboard.c index 63dcd757fc..9b9ccdd05f 100644 --- a/src/mainboard/google/eve/mainboard.c +++ b/src/mainboard/google/eve/mainboard.c @@ -21,7 +21,7 @@ #include <vendorcode/google/chromeos/chromeos.h> #include <soc/nhlt.h> -#define SUBSYSTEM_ID 0x006B +#define SUBSYSTEM_ID 0x1AE0006B static const char *oem_id_maxim = "GOOGLE"; static const char *oem_table_id_maxim = "EVEMAX"; |