Skip to content

Commit

Permalink
superio/ite/common: Add missing pnp_set_logical_device in ite_kill_wa…
Browse files Browse the repository at this point in the history
…tchdog

Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Dec 3, 2024
1 parent e0b4853 commit 487bcd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/superio/ite/common/early_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ void ite_delay_pwrgd3(pnp_devfn_t dev)
void ite_kill_watchdog(pnp_devfn_t dev)
{
pnp_enter_conf_state(dev);
pnp_set_logical_device(dev);
ite_sio_write(dev, ITE_CONFIG_REG_WATCHDOG, 0x00);
ite_sio_write(dev, ITE_CONFIG_REG_WDT_TIMEOUT_LSB, 0x00);
ite_sio_write(dev, ITE_CONFIG_REG_WDT_TIMEOUT_MSB, 0x00);
Expand Down

0 comments on commit 487bcd3

Please sign in to comment.