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

Commit f0a289e5 authored by Murali Karicheri's avatar Murali Karicheri Committed by Santosh Shilimkar
Browse files

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: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent a62c4ad2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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"
+3 −0
Original line number Diff line number Diff line
@@ -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,
};