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 <sowmya.aralguppe@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88462
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
Sowmya Aralguppe 2025-07-17 07:59:43 +05:30 committed by Matt DeVillier
commit e050e2fbfc

View file

@ -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 |
* +===================+==================+=================+============================+
*/