boot/powctl/i2c: more miscellaneous fixes

This commit is contained in:
Michael Scire
2020-11-10 05:50:13 -08:00
parent 62ff502979
commit c5656d39d2
6 changed files with 89 additions and 57 deletions

View File

@@ -530,7 +530,7 @@ namespace ams::boot {
if (g_lcd_vendor == 0x2050) {
EnableBacklightForVendor2050ForHardwareTypeFive(0);
} else {
pwm::driver::SetEnabled(g_lcd_backlight_session, true);
pwm::driver::SetEnabled(g_lcd_backlight_session, false);
pwm::driver::CloseSession(g_lcd_backlight_session);
}