diff options
author | Nishanth Menon <nm@ti.com> | 2015-10-04 02:02:56 +0200 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2015-10-06 18:51:09 +0200 |
commit | 91dca0f0fe419813b7450b0d092e9e23255db51b (patch) | |
tree | 1075d5ccd28b8932f7472e6faf3ea54563c4c803 /arch/arm/boot/dts/keystone.dtsi | |
parent | ARM: keystone: Update compatible to have SoC specific matches (diff) | |
download | linux-91dca0f0fe419813b7450b0d092e9e23255db51b.tar.xz linux-91dca0f0fe419813b7450b0d092e9e23255db51b.zip |
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/keystone.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index fbc4a8e87234..3f272826f537 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -12,6 +12,7 @@ #include "skeleton.dtsi" / { + compatible = "ti,keystone"; model = "Texas Instruments Keystone 2 SoC"; #address-cells = <2>; #size-cells = <2>; |