summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--baseboard/zork/baseboard.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/baseboard/zork/baseboard.c b/baseboard/zork/baseboard.c
index b2a50db7e2..ac7ab61023 100644
--- a/baseboard/zork/baseboard.c
+++ b/baseboard/zork/baseboard.c
@@ -586,6 +586,13 @@ void hdmi_hpd_interrupt(enum ioex_signal signal)
hook_call_deferred(&hdmi_hpd_handler_data, (2 * MSEC));
}
+const struct pi3hdx1204_tuning pi3hdx1204_tuning = {
+ .eq_ch0_ch1_offset = PI3HDX1204_EQ_DB710,
+ .eq_ch2_ch3_offset = PI3HDX1204_EQ_DB710,
+ .vod_offset = PI3HDX1204_VOD_115_ALL_CHANNELS,
+ .de_offset = PI3HDX1204_DE_DB_MINUS5,
+};
+
static void pi3hdx1204_retimer_power(void)
{
if (ec_config_has_hdmi_retimer_pi3hdx1204()) {