Skip to content

Commit

Permalink
ARM: keystone: Create new binding for K2G SoC
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Signed-off-by: Franklin S Cooper Jr <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
  • Loading branch information
nmenon authored and SantoshShilimkar committed Feb 25, 2016
1 parent 92e963f commit 3b2d3dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/devicetree/bindings/arm/keystone/keystone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
1 change: 1 addition & 0 deletions arch/arm/mach-keystone/keystone.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ static const char *const keystone_match[] __initconst = {
"ti,k2hk",
"ti,k2e",
"ti,k2l",
"ti,k2g",
"ti,keystone",
NULL,
};
Expand Down

0 comments on commit 3b2d3dc

Please sign in to comment.