Merge branch 'enable_dynamic_boost_on_tf' into 'master'

Enable dynamic boost on tf

See merge request tuxedocomputers/development/packages/tuxedo-keyboard!34
This commit is contained in:
Christoffer 2022-12-19 15:52:57 +00:00
commit f798b3bdeb

View file

@ -840,6 +840,12 @@ static int uniwill_keyboard_probe(struct platform_device *dev)
uniwill_write_ec_ram(0x0743 + i, data);
}
}
else {
// Activate NVIDIA Dynamic Boost
uniwill_write_ec_ram(0x0746, 0x19);
uniwill_write_ec_ram(0x0745, 0x23);
uniwill_write_ec_ram(0x0743, 0x03);
}
// Enable manual mode
uniwill_write_ec_ram(0x0741, 0x01);