]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
ARM: keystone: Drop PM domain support for k2g
authorDave Gerlach <d-gerlach@ti.com>
Tue, 4 Apr 2017 15:59:28 +0000 (08:59 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Tue, 4 Apr 2017 15:59:28 +0000 (08:59 -0700)
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>
arch/arm/mach-keystone/pm_domain.c

index 8cbb35765a19f359d1cf854e7fbae8bf64621d48..fe57e26926292fe3dccc1adaf7d6c5e8552fd055 100644 (file)
@@ -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 */ },
 };