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>
This commit is contained in:
Matt Delco 2018-06-08 10:53:54 -07:00 committed by Patrick Georgi
parent a48433d39b
commit b4cf849333
1 changed files with 1 additions and 1 deletions

View File

@ -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";