diff options
author | Nishanth Menon <nm@ti.com> | 2014-08-29 00:45:03 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-04 01:23:41 +0400 |
commit | a1a57abaaf820a3ed2fe72d70bf52f57a7a5ae21 (patch) | |
tree | e29493397fb0a694dca9fb319d813c0d2ecd6371 /arch/arm/boot/dts/omap4-panda-es.dts | |
parent | 69e273c0b0a3c337a521d083374c918dc52c666f (diff) | |
download | linux-a1a57abaaf820a3ed2fe72d70bf52f57a7a5ae21.tar.xz |
ARM: dts: omap4-panda: Fix model and SoC family details
Currently we claim that omap4-panda and omap4-panda-es are essentially
the same, but they are not since PandaBoard-ES uses OMAP4460 and
PandaBoard uses OMAP4430.
So, split the common definition and make the model name available.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda-es.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-panda-es.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-es.dts b/arch/arm/boot/dts/omap4-panda-es.dts index 816d1c95b592..2f1dabcc6adf 100644 --- a/arch/arm/boot/dts/omap4-panda-es.dts +++ b/arch/arm/boot/dts/omap4-panda-es.dts @@ -10,6 +10,11 @@ #include "omap4460.dtsi" #include "omap4-panda-common.dtsi" +/ { + model = "TI OMAP4 PandaBoard-ES"; + compatible = "ti,omap4-panda-es", "ti,omap4-panda", "ti,omap4460", "ti,omap4430", "ti,omap4"; +}; + /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */ &sound { ti,model = "PandaBoardES"; |