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:
Tomasz Bursztyka 2020-03-02 10:13:13 +01:00 committed by Jukka Rissanen
commit 839bacc0f0

View file

@ -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