aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2015-10-03 20:02:56 -0400
committerSantosh Shilimkar <ssantosh@kernel.org>2015-10-06 12:51:09 -0400
commit91dca0f0fe419813b7450b0d092e9e23255db51b (patch)
tree1075d5ccd28b8932f7472e6faf3ea54563c4c803
parent01cf228b555b323bba9c76f96c07fb93f1064cba (diff)
ARM: dts: keystone: Update SoC specific compatible flags
Update the compatible flags to allow specific SoC identification. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
-rw-r--r--arch/arm/boot/dts/k2e-evm.dts2
-rw-r--r--arch/arm/boot/dts/k2e.dtsi3
-rw-r--r--arch/arm/boot/dts/k2hk-evm.dts2
-rw-r--r--arch/arm/boot/dts/k2hk.dtsi3
-rw-r--r--arch/arm/boot/dts/k2l-evm.dts2
-rw-r--r--arch/arm/boot/dts/k2l.dtsi3
-rw-r--r--arch/arm/boot/dts/keystone.dtsi1
7 files changed, 13 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/k2e-evm.dts b/arch/arm/boot/dts/k2e-evm.dts
index 50c83c21d911..b7e99807f5c2 100644
--- a/arch/arm/boot/dts/k2e-evm.dts
+++ b/arch/arm/boot/dts/k2e-evm.dts
@@ -13,7 +13,7 @@
13#include "k2e.dtsi" 13#include "k2e.dtsi"
14 14
15/ { 15/ {
16 compatible = "ti,k2e-evm","ti,keystone"; 16 compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone";
17 model = "Texas Instruments Keystone 2 Edison EVM"; 17 model = "Texas Instruments Keystone 2 Edison EVM";
18 18
19 soc { 19 soc {
diff --git a/arch/arm/boot/dts/k2e.dtsi b/arch/arm/boot/dts/k2e.dtsi
index 675fb8e492c6..1097dada56d2 100644
--- a/arch/arm/boot/dts/k2e.dtsi
+++ b/arch/arm/boot/dts/k2e.dtsi
@@ -9,6 +9,9 @@
9 */ 9 */
10 10
11/ { 11/ {
12 compatible = "ti,k2e", "ti,keystone";
13 model = "Texas Instruments Keystone 2 Edison SoC";
14
12 cpus { 15 cpus {
13 #address-cells = <1>; 16 #address-cells = <1>;
14 #size-cells = <0>; 17 #size-cells = <0>;
diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts
index 660ebf58d547..8161bf53271b 100644
--- a/arch/arm/boot/dts/k2hk-evm.dts
+++ b/arch/arm/boot/dts/k2hk-evm.dts
@@ -13,7 +13,7 @@
13#include "k2hk.dtsi" 13#include "k2hk.dtsi"
14 14
15/ { 15/ {
16 compatible = "ti,k2hk-evm","ti,keystone"; 16 compatible = "ti,k2hk-evm", "ti,k2hk", "ti,keystone";
17 model = "Texas Instruments Keystone 2 Kepler/Hawking EVM"; 17 model = "Texas Instruments Keystone 2 Kepler/Hawking EVM";
18 18
19 soc { 19 soc {
diff --git a/arch/arm/boot/dts/k2hk.dtsi b/arch/arm/boot/dts/k2hk.dtsi
index d0810a5f2968..ada4c7ac96e7 100644
--- a/arch/arm/boot/dts/k2hk.dtsi
+++ b/arch/arm/boot/dts/k2hk.dtsi
@@ -9,6 +9,9 @@
9 */ 9 */
10 10
11/ { 11/ {
12 compatible = "ti,k2hk", "ti,keystone";
13 model = "Texas Instruments Keystone 2 Kepler/Hawking SoC";
14
12 cpus { 15 cpus {
13 #address-cells = <1>; 16 #address-cells = <1>;
14 #size-cells = <0>; 17 #size-cells = <0>;
diff --git a/arch/arm/boot/dts/k2l-evm.dts b/arch/arm/boot/dts/k2l-evm.dts
index 9a69a6b55374..00861244d788 100644
--- a/arch/arm/boot/dts/k2l-evm.dts
+++ b/arch/arm/boot/dts/k2l-evm.dts
@@ -13,7 +13,7 @@
13#include "k2l.dtsi" 13#include "k2l.dtsi"
14 14
15/ { 15/ {
16 compatible = "ti,k2l-evm","ti,keystone"; 16 compatible = "ti,k2l-evm", "ti,k2l", "ti,keystone";
17 model = "Texas Instruments Keystone 2 Lamarr EVM"; 17 model = "Texas Instruments Keystone 2 Lamarr EVM";
18 18
19 soc { 19 soc {
diff --git a/arch/arm/boot/dts/k2l.dtsi b/arch/arm/boot/dts/k2l.dtsi
index 49fd414f680c..4446da72b0ae 100644
--- a/arch/arm/boot/dts/k2l.dtsi
+++ b/arch/arm/boot/dts/k2l.dtsi
@@ -9,6 +9,9 @@
9 */ 9 */
10 10
11/ { 11/ {
12 compatible = "ti,k2l", "ti,keystone";
13 model = "Texas Instruments Keystone 2 Lamarr SoC";
14
12 cpus { 15 cpus {
13 #address-cells = <1>; 16 #address-cells = <1>;
14 #size-cells = <0>; 17 #size-cells = <0>;
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
index fbc4a8e87234..3f272826f537 100644
--- a/arch/arm/boot/dts/keystone.dtsi
+++ b/arch/arm/boot/dts/keystone.dtsi
@@ -12,6 +12,7 @@
12#include "skeleton.dtsi" 12#include "skeleton.dtsi"
13 13
14/ { 14/ {
15 compatible = "ti,keystone";
15 model = "Texas Instruments Keystone 2 SoC"; 16 model = "Texas Instruments Keystone 2 SoC";
16 #address-cells = <2>; 17 #address-cells = <2>;
17 #size-cells = <2>; 18 #size-cells = <2>;