Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594153 > unrolled thread
| Started by | Dave Gerlach <d-gerlach@ti.com> |
|---|---|
| First post | 2017-03-07 13:00 +0100 |
| Last post | 2017-03-12 18:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v4 5/5] ARM: keystone: Drop PM domain support for k2g Dave Gerlach <d-gerlach@ti.com> - 2017-03-07 13:00 +0100
Re: [PATCH v4 5/5] ARM: keystone: Drop PM domain support for k2g "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2017-03-12 18:30 +0100
| From | Dave Gerlach <d-gerlach@ti.com> |
|---|---|
| Date | 2017-03-07 13:00 +0100 |
| Subject | [PATCH v4 5/5] ARM: keystone: Drop PM domain support for k2g |
| Message-ID | <tilWy-6ZP-1@gated-at.bofh.it> |
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.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
---
arch/arm/mach-keystone/pm_domain.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 */ },
};
--
2.11.0
[toc] | [next] | [standalone]
| From | "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2017-03-12 18:30 +0100 |
| Message-ID | <tkftD-4Di-5@gated-at.bofh.it> |
| In reply to | #1594153 |
On 3/7/17 2:22 AM, Dave Gerlach wrote: > 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. > > Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> > Signed-off-by: Dave Gerlach <d-gerlach@ti.com> > --- Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web