summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorNishanth Menon2016-02-05 19:37:17 +0100
committerSantosh Shilimkar2016-02-25 18:23:34 +0100
commit3b2d3dc9fbad869a36bacfc976b5ddd18d2a3f2c (patch)
tree84d72843c9541bf1f6ba10e2f840907ec94608e1 /arch/arm/mach-keystone
parentLinux 4.5-rc1 (diff)
downloadkernel-qcow2-linux-3b2d3dc9fbad869a36bacfc976b5ddd18d2a3f2c.tar.gz
kernel-qcow2-linux-3b2d3dc9fbad869a36bacfc976b5ddd18d2a3f2c.tar.xz
kernel-qcow2-linux-3b2d3dc9fbad869a36bacfc976b5ddd18d2a3f2c.zip
ARM: keystone: Create new binding for K2G SoC
K2G SoC family is the newest version of the Keystone family of processors. The technical reference manual for K2G can be found here: http://www.ti.com/lit/ug/spruhy8/spruhy8.pdf Add new bindings for K2G and the K2G evm. Also document these new bindings. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/keystone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
index c279293f084c..55cb1997afca 100644
--- a/arch/arm/mach-keystone/keystone.c
+++ b/arch/arm/mach-keystone/keystone.c
@@ -100,6 +100,7 @@ static const char *const keystone_match[] __initconst = {
"ti,k2hk",
"ti,k2e",
"ti,k2l",
+ "ti,k2g",
"ti,keystone",
NULL,
};