diff options
author | Nishanth Menon <nm@ti.com> | 2015-10-03 17:02:56 -0700 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2015-10-06 09:51:09 -0700 |
commit | 91dca0f0fe419813b7450b0d092e9e23255db51b (patch) | |
tree | 1075d5ccd28b8932f7472e6faf3ea54563c4c803 /arch/arm/boot/dts/k2e-evm.dts | |
parent | 01cf228b555b323bba9c76f96c07fb93f1064cba (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>
Diffstat (limited to 'arch/arm/boot/dts/k2e-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/k2e-evm.dts | 2 |
1 files changed, 1 insertions, 1 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 @@ #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 { |