bdk: pmc: rename io/det power defines

This commit is contained in:
CTCaer
2024-06-08 12:16:07 +03:00
parent 11262c2112
commit 85eb5489fe
4 changed files with 23 additions and 30 deletions

View File

@@ -494,7 +494,7 @@ void hw_deinit(bool coreboot, u32 bl_magic)
gpio_config(GPIO_PORT_D, GPIO_PIN_1, GPIO_MODE_SPIO);
// Reinstate SD controller power.
PMC(APBDEV_PMC_NO_IOPOWER) &= ~(PMC_NO_IOPOWER_SDMMC1_IO_EN);
PMC(APBDEV_PMC_NO_IOPOWER) &= ~PMC_NO_IOPOWER_SDMMC1;
}
// Seamless display or display power off.