ARM: dts: keystone: update for supporting K2L/K2E EVMs
authorMurali Karicheri <[email protected]>
Fri, 21 Feb 2014 22:48:41 +0000 (17:48 -0500)
committerSantosh Shilimkar <[email protected]>
Tue, 25 Feb 2014 21:24:19 +0000 (16:24 -0500)
This patch add compatibility strings for k2hk, k2l and k2e EVMs

Cc: Olof Johansson <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Kumar Gala <[email protected]>
Cc: Mark Rutland <[email protected]>
Signed-off-by: Murali Karicheri <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
Documentation/devicetree/bindings/arm/keystone/keystone.txt
arch/arm/mach-keystone/keystone.c

index 63c0e6ae5cf7aa60c6df81563a11ec11fe7ddae4..ad16e7a588937bfca2da201374fadf13135d5add 100644 (file)
@@ -8,3 +8,13 @@ Required properties:
  - compatible: All TI specific devices present in Keystone SOC should be in
    the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550
    type UART should use the specified compatible for those devices.
+
+Boards:
+-  Keystone 2 Hawking/Kepler EVM
+   compatible = "ti,k2hk-evm"
+
+-  Keystone 2 Lamarr EVM
+   compatible = "ti,k2l-evm"
+
+-  Keystone 2 Edison EVM
+   compatible = "ti,k2e-evm"
index 6e6bb7d5ea308ca890e56439481b51e211437346..aa0d2121449fab1fe74ff04f88bd93f098865c2f 100644 (file)
@@ -47,6 +47,9 @@ static void __init keystone_init(void)
 
 static const char *keystone_match[] __initconst = {
        "ti,keystone-evm",
+       "ti,k2hk-evm",
+       "ti,k2l-evm",
+       "ti,k2e-evm",
        NULL,
 };