|
@@ -32,7 +32,9 @@ static struct pm_clk_notifier_block platform_domain_notifier = {
|
|
|
};
|
|
|
|
|
|
static const struct of_device_id of_keystone_table[] = {
|
|
|
- {.compatible = "ti,keystone"},
|
|
|
+ {.compatible = "ti,k2hk"},
|
|
|
+ {.compatible = "ti,k2e"},
|
|
|
+ {.compatible = "ti,k2l"},
|
|
|
{ /* end of list */ },
|
|
|
};
|
|
|
|