KSAPI: Update PMU IRQ IDs
This commit updates the IRQ IDs for pmu. Change-Id: I3541ccc93d012183edbd3f033a49a1568e1b1606 Signed-off-by: Sheetal Sahasrabudhe <sheetals@codeaurora.org> (cherry picked from commit e626178b610d776a508de2f388428c945ef93e13)
This commit is contained in:
committed by
Stephen Boyd
parent
151a62c035
commit
aaffdee6a2
@@ -956,12 +956,7 @@ void pm_initialize(void)
|
||||
return;
|
||||
initialized = 1;
|
||||
|
||||
#ifdef CONFIG_ARCH_QSD8X50
|
||||
irqid = INT_ARM11_PM;
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_MSM7X30
|
||||
irqid = INT_ARM11_PM;
|
||||
#endif
|
||||
irqid = INT_ARMQC_PERFMON;
|
||||
RCP15_PMCR(reg);
|
||||
imp = (reg>>24) & 0xFF;
|
||||
id = (reg>>16) & 0xFF;
|
||||
|
||||
Reference in New Issue
Block a user