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:
Vincent Wan 2019-10-18 11:37:33 -07:00 committed by Anas Nashif
commit 41cc9b2c2a

View file

@ -29,6 +29,12 @@ static const char *const core_devices[] = {
"sys_clock",
"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
#error "Add SoC's core devices list for PM"
#endif