We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3042d8 commit 9087479Copy full SHA for 9087479
1 file changed
src/superio/ite/common/early_serial.c
@@ -131,6 +131,7 @@ void ite_delay_pwrgd3(pnp_devfn_t dev)
131
void ite_kill_watchdog(pnp_devfn_t dev)
132
{
133
pnp_enter_conf_state(dev);
134
+ pnp_set_logical_device(dev);
135
ite_sio_write(dev, ITE_CONFIG_REG_WATCHDOG, 0x00);
136
ite_sio_write(dev, ITE_CONFIG_REG_WDT_TIMEOUT_LSB, 0x00);
137
ite_sio_write(dev, ITE_CONFIG_REG_WDT_TIMEOUT_MSB, 0x00);
0 commit comments