blob: 3da8f22ab4066d891c1c89d2170837b7821c1e82 [file] [log] [blame]
Angel Pons8a7d7862020-04-05 13:21:24 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Elyes HAOUAS39239e62021-02-11 13:15:03 +01002
Jeff Chase37bf9962019-11-11 18:05:08 -05003#include <baseboard/variants.h>
Jeff Chase37bf9962019-11-11 18:05:08 -05004#include <nhlt.h>
5#include <soc/nhlt.h>
6
7void variant_nhlt_oem_overrides(const char **oem_id,
8 const char **oem_table_id,
9 uint32_t *oem_revision)
10{
11 *oem_id = "GOOGLE";
12 *oem_table_id = "ENDEAVOUR";
13 *oem_revision = 0;
14}
Jeff Chasead1a8352020-06-04 17:24:59 -040015
16void variant_chip_display_init(void)
17{
18
19}