Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae3874cc authored by Dave Gerlach's avatar Dave Gerlach Committed by Santosh Shilimkar
Browse files

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: default avatarSantosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent 52835d59
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 */ },
};