Commit de7f9ad1209a04096bf585b593b75c80dae65011

Authored by Nishanth Menon
Committed by Tero Kristo
1 parent 38a275fa72

ARM: dts: keystone: Update SoC specific compatible flags

commit fa46296bf5ebfed8a24dc1ba5d617ede599771e4 upstream.

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>

Showing 7 changed files with 13 additions and 3 deletions Side-by-side Diff

arch/arm/boot/dts/k2e-evm.dts
... ... @@ -13,7 +13,7 @@
13 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 17 model = "Texas Instruments Keystone 2 Edison EVM";
18 18  
19 19 soc {
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 15 cpus {
13 16 #address-cells = <1>;
14 17 #size-cells = <0>;
arch/arm/boot/dts/k2hk-evm.dts
... ... @@ -13,7 +13,7 @@
13 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 17 model = "Texas Instruments Keystone 2 Kepler/Hawking EVM";
18 18  
19 19 soc {
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 15 cpus {
13 16 #address-cells = <1>;
14 17 #size-cells = <0>;
arch/arm/boot/dts/k2l-evm.dts
... ... @@ -13,7 +13,7 @@
13 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 17 model = "Texas Instruments Keystone 2 Lamarr EVM";
18 18  
19 19 soc {
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 15 cpus {
13 16 #address-cells = <1>;
14 17 #size-cells = <0>;
arch/arm/boot/dts/keystone.dtsi
... ... @@ -12,6 +12,7 @@
12 12 #include "skeleton.dtsi"
13 13  
14 14 / {
  15 + compatible = "ti,keystone";
15 16 model = "Texas Instruments Keystone 2 SoC";
16 17 #address-cells = <2>;
17 18 #size-cells = <2>;