nuvoton/early_serial: improve comments on serial pinmux settings
Change-Id: I36c0d752df97810bd99d2eec27403545421ce533 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33665 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
6f9fcc64a1
commit
b847779746
1 changed files with 2 additions and 2 deletions
|
|
@ -66,11 +66,11 @@ void nuvoton_enable_serial(pnp_devfn_t dev, u16 iobase)
|
|||
nuvoton_pnp_enter_conf_state(dev);
|
||||
|
||||
if (CONFIG(SUPERIO_NUVOTON_NCT6776_COM_A))
|
||||
/* Route GPIO8 pin group to COM A */
|
||||
/* Route COM A to GPIO8 pin group */
|
||||
pnp_write_config(dev, 0x2a, 0x40);
|
||||
|
||||
if (CONFIG(SUPERIO_NUVOTON_NCT6791D_COM_A))
|
||||
/* Route GPIO8 pin group to COM A */
|
||||
/* Route COM A to GPIO8 pin group */
|
||||
pnp_write_config(dev, 0x2a, 0x00);
|
||||
|
||||
pnp_set_logical_device(dev);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue