summaryrefslogtreecommitdiff
path: root/src/soc/intel/pantherlake/tcss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/pantherlake/tcss.c')
-rw-r--r--src/soc/intel/pantherlake/tcss.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/intel/pantherlake/tcss.c b/src/soc/intel/pantherlake/tcss.c
new file mode 100644
index 0000000000..99cbdd2d67
--- /dev/null
+++ b/src/soc/intel/pantherlake/tcss.c
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <intelblocks/tcss.h>
+#include <soc/soc_chip.h>
+
+const struct soc_tcss_ops tcss_ops = {
+/* TODO: Implement AUX BIAS PAD Programming if required */
+ .configure_aux_bias_pads = NULL,
+ .valid_tbt_auth = NULL,
+};