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>
This commit is contained in:
Nishanth Menon 2015-10-03 17:02:56 -07:00 коммит произвёл Santosh Shilimkar
Родитель 01cf228b55
Коммит 91dca0f0fe
7 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@ -13,7 +13,7 @@
#include "k2e.dtsi" #include "k2e.dtsi"
/ { / {
compatible = "ti,k2e-evm","ti,keystone"; compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone";
model = "Texas Instruments Keystone 2 Edison EVM"; model = "Texas Instruments Keystone 2 Edison EVM";
soc { soc {

Просмотреть файл

@ -9,6 +9,9 @@
*/ */
/ { / {
compatible = "ti,k2e", "ti,keystone";
model = "Texas Instruments Keystone 2 Edison SoC";
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;

Просмотреть файл

@ -13,7 +13,7 @@
#include "k2hk.dtsi" #include "k2hk.dtsi"
/ { / {
compatible = "ti,k2hk-evm","ti,keystone"; compatible = "ti,k2hk-evm", "ti,k2hk", "ti,keystone";
model = "Texas Instruments Keystone 2 Kepler/Hawking EVM"; model = "Texas Instruments Keystone 2 Kepler/Hawking EVM";
soc { soc {

Просмотреть файл

@ -9,6 +9,9 @@
*/ */
/ { / {
compatible = "ti,k2hk", "ti,keystone";
model = "Texas Instruments Keystone 2 Kepler/Hawking SoC";
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;

Просмотреть файл

@ -13,7 +13,7 @@
#include "k2l.dtsi" #include "k2l.dtsi"
/ { / {
compatible = "ti,k2l-evm","ti,keystone"; compatible = "ti,k2l-evm", "ti,k2l", "ti,keystone";
model = "Texas Instruments Keystone 2 Lamarr EVM"; model = "Texas Instruments Keystone 2 Lamarr EVM";
soc { soc {

Просмотреть файл

@ -9,6 +9,9 @@
*/ */
/ { / {
compatible = "ti,k2l", "ti,keystone";
model = "Texas Instruments Keystone 2 Lamarr SoC";
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;

Просмотреть файл

@ -12,6 +12,7 @@
#include "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
compatible = "ti,keystone";
model = "Texas Instruments Keystone 2 SoC"; model = "Texas Instruments Keystone 2 SoC";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;