Merge "fix(xilinx): map PMC_GPIO device node to interrupt for wakeup source" into integration

This commit is contained in:
Olivier Deprez 2024-09-18 12:00:46 +02:00 committed by TrustedFirmware Code Review
commit bfbb1cb973

View file

@ -1,6 +1,6 @@
/*
* Copyright (c) 2019-2022, Xilinx, Inc. All rights reserved.
* Copyright (c) 2022-2023, Advanced Micro Devices, Inc. All rights reserved.
* Copyright (c) 2022-2024, Advanced Micro Devices, Inc. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@ -155,6 +155,9 @@ enum pm_device_node_idx irq_to_pm_node_idx(uint32_t irq)
case 74:
dev_idx = XPM_NODEIDX_DEV_USB_0;
break;
case 122:
dev_idx = XPM_NODEIDX_DEV_GPIO_PMC;
break;
case 126:
case 127:
dev_idx = XPM_NODEIDX_DEV_SDIO_0;