bdk: display: remove max77620 gpio 7 enable

It is actually not used at all.
So do not configure it to save power.
This commit is contained in:
CTCaer
2024-06-05 15:20:27 +03:00
parent 8d49bc3c33
commit 14c482ddce
2 changed files with 7 additions and 13 deletions

View File

@@ -300,7 +300,7 @@ static void _config_regulators(bool tegra_t210, bool nx_hoag)
gpio_write(GPIO_PORT_E, GPIO_PIN_4, GPIO_LOW);
sd_power_cycle_time_start = get_tmr_ms();
// Disable LCD DVDD to make sure it's in a reset state.
// Disable DSI AVDD to make sure it's in a reset state.
max7762x_regulator_enable(REGULATOR_LDO0, false);
i2c_send_byte(I2C_5, MAX77620_I2C_ADDR, MAX77620_REG_CNFGBBC, MAX77620_CNFGBBC_RESISTOR_1K);