diff mbox

[1/3] ARM: keystone: Create new binding for K2G SoC

Message ID 1454455517-7360-2-git-send-email-fcooper@ti.com
State New
Headers show

Commit Message

Franklin S Cooper Jr Feb. 2, 2016, 11:25 p.m. UTC
From: Nishanth Menon <nm@ti.com>


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.

Signed-off-by: Nishanth Menon <nm@ti.com>

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>

---
 Documentation/devicetree/bindings/arm/keystone/keystone.txt | 5 +++++
 arch/arm/mach-keystone/keystone.c                           | 1 +
 2 files changed, 6 insertions(+)

-- 
2.7.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Rob Herring Feb. 8, 2016, 4:11 p.m. UTC | #1
On Tue, Feb 02, 2016 at 05:25:15PM -0600, Franklin S Cooper Jr wrote:
> From: Nishanth Menon <nm@ti.com>

> 

> 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.

> 

> Signed-off-by: Nishanth Menon <nm@ti.com>

> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>

> ---

>  Documentation/devicetree/bindings/arm/keystone/keystone.txt | 5 +++++

>  arch/arm/mach-keystone/keystone.c                           | 1 +

>  2 files changed, 6 insertions(+)


Acked-by: Rob Herring <robh@kernel.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
index 3090a8a..48f6703 100644
--- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt
+++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
@@ -22,6 +22,8 @@  SoCs:
    compatible = "ti,k2l", "ti,keystone"
 - Keystone 2 Edison
    compatible = "ti,k2e", "ti,keystone"
+- K2G
+   compatible = "ti,k2g", "ti,keystone"
 
 Boards:
 -  Keystone 2 Hawking/Kepler EVM
@@ -32,3 +34,6 @@  Boards:
 
 -  Keystone 2 Edison EVM
    compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone"
+
+-  K2G EVM
+   compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone"
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
index c279293..55cb199 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,
 };