mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fix(xilinx): map PMC_GPIO device node to interrupt for wakeup source" into integration
This commit is contained in:
commit
bfbb1cb973
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue