power management: Add k6x SOC core list
Just inserting mcux's ethernet device there. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
cb0da79e7f
commit
839bacc0f0
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ static const char *const core_devices[] = {
|
|||
"sys_clock",
|
||||
"UART_0",
|
||||
};
|
||||
#elif defined(CONFIG_SOC_SERIES_KINETIS_K6X)
|
||||
#define MAX_PM_DEVICES 1
|
||||
static const char *const core_devices[] = {
|
||||
DT_ETH_MCUX_0_NAME,
|
||||
};
|
||||
#else
|
||||
#error "Add SoC's core devices list for PM"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue