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.dtsi | |
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.dtsi')
-rw-r--r-- | arch/arm/boot/dts/k2e.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2e.dtsi b/arch/arm/boot/dts/k2e.dtsi index 675fb8e492c6..1097dada56d2 100644 --- a/arch/arm/boot/dts/k2e.dtsi +++ b/arch/arm/boot/dts/k2e.dtsi @@ -9,6 +9,9 @@ */ / { + compatible = "ti,k2e", "ti,keystone"; + model = "Texas Instruments Keystone 2 Edison SoC"; + cpus { #address-cells = <1>; #size-cells = <0>; |