mb/starlabs/starlite_adl: Tidy GPIO comments for the Accelerometer

This is a non-functional change, and only makes the GPIOs easier to read.

Change-Id: Id0f00b9b4be06da1d58cfb4491eb7606cc968459
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87116
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2025-04-02 14:24:58 +01:00
commit 2c89131160

View file

@ -41,6 +41,10 @@ const struct pad_config gpio_table[] = {
PAD_CFG_GPO(GPP_F17, 1, PLTRST), /* Reset */
PAD_CFG_GPI_APIC(GPP_F18, NONE, PLTRST, LEVEL, INVERT), /* Interrupt */
/* Accelerometer */
PAD_CFG_NF(GPP_H4, NONE, DEEP, NF1), /* Data */
PAD_CFG_NF(GPP_H5, NONE, DEEP, NF1), /* Clock */
/* SSD */
PAD_CFG_NF(GPP_D5, NONE, DEEP, NF1), /* Clock Request 0 */
PAD_CFG_GPO(GPP_H0, 1, PLTRST), /* Reset */
@ -339,10 +343,6 @@ const struct pad_config gpio_table[] = {
PAD_CFG_GPO(GPP_H2, 1, PLTRST),
/* H3: Not Connected */
PAD_NC(GPP_H3, NONE),
/* H4: I2C 0 SDA G Sensor SDA */
PAD_CFG_NF(GPP_H4, NONE, DEEP, NF1),
/* H5: I2C 0 SCL G Sensor Clock */
PAD_CFG_NF(GPP_H5, NONE, DEEP, NF1),
/* H6: I2C 1 SDC Camera SDA */
PAD_NC(GPP_H6, NONE),
/* H7: I2C 2 SCL Camera Clock */