Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nishanth Menon and committed by
Santosh Shilimkar
91dca0f0 01cf228b

+13 -3
+1 -1
arch/arm/boot/dts/k2e-evm.dts
··· 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 {
+3
arch/arm/boot/dts/k2e.dtsi
··· 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>;
+1 -1
arch/arm/boot/dts/k2hk-evm.dts
··· 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 {
+3
arch/arm/boot/dts/k2hk.dtsi
··· 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>;
+1 -1
arch/arm/boot/dts/k2l-evm.dts
··· 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 {
+3
arch/arm/boot/dts/k2l.dtsi
··· 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>;
+1
arch/arm/boot/dts/keystone.dtsi
··· 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>;