commit | 692d32b5733b4520093ac059578b2e6c2429b80d | [log] [tgz] |
---|---|---|
author | Ronak Jain <ronak.jain@amd.com> | Mon Sep 09 21:35:18 2024 -0700 |
committer | Ronak Jain <ronak.jain@amd.com> | Wed Sep 11 23:06:08 2024 -0700 |
tree | 80d3908eab50ae0a4ed9a77a0bd83a16583dd6e1 | |
parent | 416616567a74c58fcf4eb6e8833d23eac03db522 [diff] |
fix(xilinx): map PMC_GPIO device node to interrupt for wakeup source Currently, PMC_GPIO device node was not mapped with interrupt number during the setup of wakeup source while suspending. As a result, system cannot resume using PMC_GPIO as wakeup source. To address this issue, add an entry for PMC_GPIO node to map with its corresponding interrupt number. Change-Id: Ic681b7b2e7c0b3bd542c8e4664a2129e4b91c459 Signed-off-by: Ronak Jain <ronak.jain@amd.com>