Skip to content

Commit

Permalink
ARM: dts: omap4-panda: Fix model and SoC family details
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nishanth Menon authored and Tony Lindgren committed Sep 3, 2014
1 parent 69e273c commit a1a57ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/omap4-panda-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
#include "elpida_ecb240abacn.dtsi"

/ {
model = "TI OMAP4 PandaBoard";
compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";

memory {
device_type = "memory";
reg = <0x80000000 0x40000000>; /* 1 GB */
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/omap4-panda-es.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/omap4-panda.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@

#include "omap443x.dtsi"
#include "omap4-panda-common.dtsi"

/ {
model = "TI OMAP4 PandaBoard";
compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
};

0 comments on commit a1a57ab

Please sign in to comment.