Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1230437
| From | Nishanth Menon <nm@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] ARM: keystone: Update compatible to have SoC specific matches |
| Date | 2015-09-22 18:20 +0200 |
| Message-ID | <qbysr-219-37@gated-at.bofh.it> (permalink) |
| References | <qbyiK-1PH-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
With future SoCs of keystone2 family, the generic compatible match may
not be sufficient to handle SoC specific handling. So introduce matches
based on SoC compatiblity.
Signed-off-by: Nishanth Menon <nm@ti.com>
---
arch/arm/mach-keystone/keystone.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
index e288010522f9..c279293f084c 100644
--- a/arch/arm/mach-keystone/keystone.c
+++ b/arch/arm/mach-keystone/keystone.c
@@ -97,6 +97,9 @@ static long long __init keystone_pv_fixup(void)
}
static const char *const keystone_match[] __initconst = {
+ "ti,k2hk",
+ "ti,k2e",
+ "ti,k2l",
"ti,keystone",
NULL,
};
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] ARM: dts/keystone: Introduce SoC specific compatible matches Nishanth Menon <nm@ti.com> - 2015-09-22 18:20 +0200
[PATCH 2/3] ARM: keystone: Update compatible to have SoC specific matches Nishanth Menon <nm@ti.com> - 2015-09-22 18:20 +0200
[PATCH V2 2/3] ARM: keystone: Update compatible to have SoC specific matches Nishanth Menon <nm@ti.com> - 2015-10-04 01:40 +0200
[PATCH V2 0/3] ARM: dts/keystone: Introduce SoC specific compatible matches Nishanth Menon <nm@ti.com> - 2015-10-04 01:50 +0200
[PATCH V2 1/3] Documentation: dt: keystone: provide SoC specific compatible flags Nishanth Menon <nm@ti.com> - 2015-10-04 01:50 +0200
[PATCH V2 3/3] ARM: dts: keystone: Update SoC specific compatible flags Nishanth Menon <nm@ti.com> - 2015-10-04 01:50 +0200
Re: [PATCH V2 0/3] ARM: dts/keystone: Introduce SoC specific compatible matches "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2015-10-04 02:20 +0200
csiph-web