mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: GKI: irqdomain: add bus token DOMAIN_BUS_WAKEUP
Add new bus token to describe domains that are wakeup capable. Bug: 150638107 Change-Id: Ic1c0f0d2882a20a28aabc100835ac249c7bb4eef Suggested-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Lina Iyer <ilina@codeaurora.org> Signed-off-by: Will McVicker <willmcvicker@google.com> (cherry picked from commit bb8e854f5cac71db3bb603b6caf58d8228b55bd6)
This commit is contained in:
@@ -80,6 +80,7 @@ enum irq_domain_bus_token {
|
||||
DOMAIN_BUS_NEXUS,
|
||||
DOMAIN_BUS_IPI,
|
||||
DOMAIN_BUS_FSL_MC_MSI,
|
||||
DOMAIN_BUS_WAKEUP,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user