power: device: add core device list for cc13xx/cc26xx
Update the core device list to support device power management. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
parent
e21bb3a812
commit
41cc9b2c2a
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ static const char *const core_devices[] = {
|
||||||
"sys_clock",
|
"sys_clock",
|
||||||
"UART_0",
|
"UART_0",
|
||||||
};
|
};
|
||||||
|
#elif defined(CONFIG_SOC_SERIES_CC13X2_CC26X2)
|
||||||
|
#define MAX_PM_DEVICES 15
|
||||||
|
static const char *const core_devices[] = {
|
||||||
|
"sys_clock",
|
||||||
|
"UART_0",
|
||||||
|
};
|
||||||
#else
|
#else
|
||||||
#error "Add SoC's core devices list for PM"
|
#error "Add SoC's core devices list for PM"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue