diff options
| author | Murali Karicheri <m-karicheri2@ti.com> | 2014-02-21 17:48:41 -0500 |
|---|---|---|
| committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2014-02-25 16:24:19 -0500 |
| commit | f0a289e5086c525eb8ed835ba2d1c5a8a16c04f0 (patch) | |
| tree | eebe5d53581c8c559adb1aa00ee8d6f29814a16e | |
| parent | a62c4ad2bda8935cd808539544f4ae20c2fa12da (diff) | |
ARM: dts: keystone: update for supporting K2L/K2E EVMs
This patch add compatibility strings for k2hk, k2l and k2e EVMs
Cc: Olof Johansson <olof@lixom.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/keystone/keystone.txt | 10 | ||||
| -rw-r--r-- | arch/arm/mach-keystone/keystone.c | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt index 63c0e6ae5cf7..ad16e7a58893 100644 --- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt +++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt | |||
| @@ -8,3 +8,13 @@ Required properties: | |||
| 8 | - compatible: All TI specific devices present in Keystone SOC should be in | 8 | - compatible: All TI specific devices present in Keystone SOC should be in |
| 9 | the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550 | 9 | the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550 |
| 10 | type UART should use the specified compatible for those devices. | 10 | type UART should use the specified compatible for those devices. |
| 11 | |||
| 12 | Boards: | ||
| 13 | - Keystone 2 Hawking/Kepler EVM | ||
| 14 | compatible = "ti,k2hk-evm" | ||
| 15 | |||
| 16 | - Keystone 2 Lamarr EVM | ||
| 17 | compatible = "ti,k2l-evm" | ||
| 18 | |||
| 19 | - Keystone 2 Edison EVM | ||
| 20 | compatible = "ti,k2e-evm" | ||
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index 6e6bb7d5ea30..aa0d2121449f 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c | |||
| @@ -47,6 +47,9 @@ static void __init keystone_init(void) | |||
| 47 | 47 | ||
| 48 | static const char *keystone_match[] __initconst = { | 48 | static const char *keystone_match[] __initconst = { |
| 49 | "ti,keystone-evm", | 49 | "ti,keystone-evm", |
| 50 | "ti,k2hk-evm", | ||
| 51 | "ti,k2l-evm", | ||
| 52 | "ti,k2e-evm", | ||
| 50 | NULL, | 53 | NULL, |
| 51 | }; | 54 | }; |
| 52 | 55 | ||
