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:
parent
a48433d39b
commit
b4cf849333
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue