summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorDave Gerlach2017-04-04 17:59:28 +0200
committerSantosh Shilimkar2017-04-04 17:59:28 +0200
commitae3874cc931b760c08bd6617a45fec1ba97d87f8 (patch)
treec75a0553c21d0879cd0bce5844e6ea444656009b /arch/arm/mach-keystone
parentsoc: ti: Add ti_sci_pm_domains driver (diff)
downloadkernel-qcow2-linux-ae3874cc931b760c08bd6617a45fec1ba97d87f8.tar.gz
kernel-qcow2-linux-ae3874cc931b760c08bd6617a45fec1ba97d87f8.tar.xz
kernel-qcow2-linux-ae3874cc931b760c08bd6617a45fec1ba97d87f8.zip
ARM: keystone: Drop PM domain support for k2g
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>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/pm_domain.c4
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 = {
};
static const struct of_device_id of_keystone_table[] = {
- {.compatible = "ti,keystone"},
+ {.compatible = "ti,k2hk"},
+ {.compatible = "ti,k2e"},
+ {.compatible = "ti,k2l"},
{ /* end of list */ },
};