mb/google/hatch/variant/kohaku: Fix Kohaku baseboard/gpio.c mux comments
Follow MEM_STRAP_* comment style to be consistent with other boards. BUG=b:144809606 BRANCH=hatch TEST=./util/abuild/abuild -p none -t google/hatch -x -a Change-Id: I4945f676f307af9b8c0baa1fbcaf33113de647c3 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37592 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c735a31861
commit
7899cd9088
|
@ -55,13 +55,13 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_NC(GPP_E23, NONE),
|
PAD_NC(GPP_E23, NONE),
|
||||||
/* F1 : GPP_F1 ==> NC */
|
/* F1 : GPP_F1 ==> NC */
|
||||||
PAD_NC(GPP_F1, NONE),
|
PAD_NC(GPP_F1, NONE),
|
||||||
/* F11 : PCH_MEM_STRAP2 */
|
/* F11 : PCH_MEM_STRAP_2 */
|
||||||
PAD_CFG_GPI(GPP_F11, NONE, PLTRST),
|
PAD_CFG_GPI(GPP_F11, NONE, PLTRST),
|
||||||
/* F20 : PCH_MEM_STRAP0 */
|
/* F20 : PCH_MEM_STRAP_0 */
|
||||||
PAD_CFG_GPI(GPP_F20, NONE, PLTRST),
|
PAD_CFG_GPI(GPP_F20, NONE, PLTRST),
|
||||||
/* F21 : PCH_MEM_STRAP1 */
|
/* F21 : PCH_MEM_STRAP_1 */
|
||||||
PAD_CFG_GPI(GPP_F21, NONE, PLTRST),
|
PAD_CFG_GPI(GPP_F21, NONE, PLTRST),
|
||||||
/* F22 : PCH_MEM_STRAP3 */
|
/* F22 : PCH_MEM_STRAP_3 */
|
||||||
PAD_CFG_GPI(GPP_F22, NONE, PLTRST),
|
PAD_CFG_GPI(GPP_F22, NONE, PLTRST),
|
||||||
/* G0 : GPP_G0 ==> NC */
|
/* G0 : GPP_G0 ==> NC */
|
||||||
PAD_NC(GPP_G0, NONE),
|
PAD_NC(GPP_G0, NONE),
|
||||||
|
|
Loading…
Reference in New Issue