Merge "fix(stm32mp1-fdts): remove mmc1 alias if not needed" into integration

This commit is contained in:
Manish Pandey 2022-01-28 12:15:46 +01:00 committed by TrustedFirmware Code Review
commit 0562c71d4e
1 changed files with 2 additions and 1 deletions

View File

@ -1,12 +1,13 @@
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
* Copyright (C) STMicroelectronics 2020-2021 - All Rights Reserved
* Copyright (C) STMicroelectronics 2020-2022 - All Rights Reserved
*/
/ {
#if !STM32MP_EMMC && !STM32MP_SDMMC
aliases {
/delete-property/ mmc0;
/delete-property/ mmc1;
};
#endif