MAINTAINERS: Add Yuchi and Vasiliy for Intel Atom Snow Ridge SoC
[coreboot.git] / src / soc / intel / tigerlake / tcss.c
blobc51fe6c41f441327362f73824752e442f848c42f
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <intelblocks/tcss.h>
5 const struct soc_tcss_ops tcss_ops = {
6 .configure_aux_bias_pads = tcss_configure_aux_bias_pads_regbar,
7 .valid_tbt_auth = tcss_valid_tbt_auth,
8 };