Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91dca0f0 authored by Nishanth Menon's avatar Nishanth Menon Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone: Update SoC specific compatible flags



Update the compatible flags to allow specific SoC identification.

Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent 01cf228b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#include "k2e.dtsi"

/ {
	compatible =  "ti,k2e-evm","ti,keystone";
	compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone";
	model = "Texas Instruments Keystone 2 Edison EVM";

	soc {
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
 */

/ {
	compatible = "ti,k2e", "ti,keystone";
	model = "Texas Instruments Keystone 2 Edison SoC";

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#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";

	soc {
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
 */

/ {
	compatible = "ti,k2hk", "ti,keystone";
	model = "Texas Instruments Keystone 2 Kepler/Hawking SoC";

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#include "k2l.dtsi"

/ {
	compatible =  "ti,k2l-evm","ti,keystone";
	compatible = "ti,k2l-evm", "ti,k2l", "ti,keystone";
	model = "Texas Instruments Keystone 2 Lamarr EVM";

	soc {
Loading