aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz/variants/baseboard
diff options
context:
space:
mode:
authorJeff Chase <jnchase@google.com>2020-06-04 17:24:59 -0400
committerPatrick Georgi <pgeorgi@google.com>2020-06-14 16:43:05 +0000
commitad1a835c694954a103e3b023c89bb0892a30497c (patch)
tree1861be80757850c0d51acc233cbf57174bb8f191 /src/mainboard/google/fizz/variants/baseboard
parent3380faa283cf2c58a9d1c1170549e9a34969eb45 (diff)
mb/google/fizz: add variant chipset display init
The Endeavour variant does not have a DisplayPort input so there's no need to wait for it. BUG=b:147830399 BRANCH=none TEST=boot endeavour; check coreboot logs Signed-off-by: Jeff Chase <jnchase@google.com> Change-Id: I30c7c47f19a61ce66c6c923864d80870d2761859 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42085 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/mainboard/google/fizz/variants/baseboard')
-rw-r--r--src/mainboard/google/fizz/variants/baseboard/include/baseboard/variants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/fizz/variants/baseboard/include/baseboard/variants.h b/src/mainboard/google/fizz/variants/baseboard/include/baseboard/variants.h
index c72df8f302..cf2292673e 100644
--- a/src/mainboard/google/fizz/variants/baseboard/include/baseboard/variants.h
+++ b/src/mainboard/google/fizz/variants/baseboard/include/baseboard/variants.h
@@ -23,4 +23,6 @@ void variant_nhlt_init(struct nhlt *nhlt);
void variant_nhlt_oem_overrides(const char **oem_id, const char **oem_table_id,
uint32_t *oem_revision);
+void variant_chip_display_init(void);
+
#endif /* __BASEBOARD_VARIANTS_H__ */