mb/google/kahlee: correct comments in baseboard gpio.c
The gpios for 147 and 148 are connected to PCH_I2C_HUB_SCL and PCH_I2C_H1_TPM_SDA, respectively. Fix the comment. BUG=b:64140392 Change-Id: Ibebf6ce7d9fb26276b12b9c9844c260413f0337e Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/23499 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Justin TerAvest <teravest@chromium.org>
This commit is contained in:
parent
9325710d72
commit
309d6ef4ab
|
@ -186,10 +186,10 @@ const static struct soc_amd_stoneyridge_gpio gpio_set_stage_reset[] = {
|
||||||
/* GPIO_146 - PCH_I2C_AUDIO_SDA */
|
/* GPIO_146 - PCH_I2C_AUDIO_SDA */
|
||||||
{ GPIO_146, Function0, INPUT },
|
{ GPIO_146, Function0, INPUT },
|
||||||
|
|
||||||
/* GPIO_147 - PCH_I2C_HUB_SCL */
|
/* GPIO_147 - PCH_I2C_H1_TPM_SCL */
|
||||||
{ GPIO_147, Function0, INPUT },
|
{ GPIO_147, Function0, INPUT },
|
||||||
|
|
||||||
/* GPIO_148 - PCH_I2C_HUB_SDA */
|
/* GPIO_148 - PCH_I2C_H1_TPM_SDA */
|
||||||
{ GPIO_148, Function0, INPUT },
|
{ GPIO_148, Function0, INPUT },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue