From e050e2fbfca9f47c4da313f38f97efefde1b8051 Mon Sep 17 00:00:00 2001 From: Sowmya Aralguppe Date: Thu, 17 Jul 2025 07:59:43 +0530 Subject: [PATCH] mb/google/ocelot/var/ocelot: Remove irrelevant comment This patch removes comments that are not applicable when aligned to fw_config.c Platform Mapping Document : Rev0p86 BUG=b:394208231 TEST=Build Ocelot and verify it compiles without any error. Change-Id: Id258b4e89c522ec438a74a9a149388bcfde125d1 Signed-off-by: Sowmya Aralguppe Reviewed-on: https://review.coreboot.org/c/coreboot/+/88462 Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N --- .../google/ocelot/variants/ocelot/variant.c | 20 +++---------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/src/mainboard/google/ocelot/variants/ocelot/variant.c b/src/mainboard/google/ocelot/variants/ocelot/variant.c index f4f1fb33f3..c2d2bdded5 100644 --- a/src/mainboard/google/ocelot/variants/ocelot/variant.c +++ b/src/mainboard/google/ocelot/variants/ocelot/variant.c @@ -22,25 +22,11 @@ void variant_update_soc_chip_config(struct soc_intel_pantherlake_config *config) config->cnvi_bt_core = true; } - /* Touchscreen and touchpad WOT support: + /* Touchscreen and Touchpad WOT support: * +===================+==================+=================+============================+ - * | touchsreen | touchpad | PMC_GPE0_DW0 | WOT | + * | Touchscreen | Touchpad | PMC_GPE0_DW0 | WOT | * +===================+==================+==============================================+ - * | THC-SPI/THC-I2C | LPSS-I2C | GPP_F | TS, TP | - * +-------------------+------------------+----------------------------------------------+ - * | THC-SPI/THC-I2C | not used or | GPP_A (default) | TS | - * | | with WOT disabled| | | - * +-------------------+------------------+----------------------------------------------+ - * | THC-SPI/THC-I2C | THC-I2C | GPP_A (default) | TS, TP | - * +-------------------+------------------+----------------------------------------------+ - * | LPSS-SPI/LPSS-I2C | LPSS-I2C | GPP_F | TS via PMC_GPE0_DW2: GPP_E,| - * | | | | TP | - * +-------------------+------------------+----------------------------------------------+ - * | LPSS-SPI/LPSS-I2C | not used or | GPP_A (default) | TS via PMC_GPE0_DW2: GPP_E | - * | | with WOT disabled| | | - * +-------------------+------------------+----------------------------------------------+ - * | not used | not used or | GPP_A (default) | NA | - * | with WOT disabled | with WOT disabled| | | + * | THC-SPI/THC-I2C | THC-I2C | VGPIO | TS, TP | * +===================+==================+=================+============================+ */