src/mainboard/ibase/mb899: Fix typo in comment
CR 24h Bit 0 is PNPCVS. Change-Id: Ia79a42ed60e82a84b60f254a0895ec52c1fcda0b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/23790 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
696c642afa
commit
2e97780750
|
@ -66,7 +66,7 @@ static void early_superio_config_w83627ehg(void)
|
||||||
dev = DUMMY_DEV;
|
dev = DUMMY_DEV;
|
||||||
pnp_enter_conf_state(dev);
|
pnp_enter_conf_state(dev);
|
||||||
|
|
||||||
pnp_write_config(dev, 0x24, 0xc4); // PNPCSV
|
pnp_write_config(dev, 0x24, 0xc4); // PNPCVS
|
||||||
|
|
||||||
pnp_write_config(dev, 0x29, 0x01); // GPIO settings
|
pnp_write_config(dev, 0x29, 0x01); // GPIO settings
|
||||||
pnp_write_config(dev, 0x2a, 0x40); // GPIO settings should be fc but gets set to 02
|
pnp_write_config(dev, 0x2a, 0x40); // GPIO settings should be fc but gets set to 02
|
||||||
|
|
Loading…
Reference in New Issue