Skip to content

Commit

Permalink
ARM: keystone: Drop PM domain support for k2g
Browse files Browse the repository at this point in the history
K2G will use a different power domain driver than the rest of the
keystone family in order to make use of the TI SCI protocol so prevent
the standard keystone pm_domain code from registering itself in
preparation for a new driver.

Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
  • Loading branch information
Dave Gerlach authored and Santosh Shilimkar committed Apr 4, 2017
1 parent 52835d5 commit ae3874c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/mach-keystone/pm_domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */ },
};

Expand Down

0 comments on commit ae3874c

Please sign in to comment.