diff options
Diffstat (limited to 'arch/arm/mach-keystone/pm_domain.c')
-rw-r--r-- | arch/arm/mach-keystone/pm_domain.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-keystone/pm_domain.c b/arch/arm/mach-keystone/pm_domain.c index 8cbb35765a19..fe57e2692629 100644 --- a/arch/arm/mach-keystone/pm_domain.c +++ b/arch/arm/mach-keystone/pm_domain.c | |||
@@ -32,7 +32,9 @@ static struct pm_clk_notifier_block platform_domain_notifier = { | |||
32 | }; | 32 | }; |
33 | 33 | ||
34 | static const struct of_device_id of_keystone_table[] = { | 34 | static const struct of_device_id of_keystone_table[] = { |
35 | {.compatible = "ti,keystone"}, | 35 | {.compatible = "ti,k2hk"}, |
36 | {.compatible = "ti,k2e"}, | ||
37 | {.compatible = "ti,k2l"}, | ||
36 | { /* end of list */ }, | 38 | { /* end of list */ }, |
37 | }; | 39 | }; |
38 | 40 | ||