ARM: dts: omap4-panda: Fix model and SoC family details
authorNishanth Menon <nm@ti.com>
Thu, 28 Aug 2014 20:45:03 +0000 (15:45 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 3 Sep 2014 21:23:41 +0000 (14:23 -0700)
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>
arch/arm/boot/dts/omap4-panda-common.dtsi
arch/arm/boot/dts/omap4-panda-es.dts
arch/arm/boot/dts/omap4-panda.dts

index 8cfa3c8..1505135 100644 (file)
@@ -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 */
index 816d1c9..2f1dabc 100644 (file)
 #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";
index 6189a8b..a0e28b2 100644 (file)
@@ -9,3 +9,8 @@
 
 #include "omap443x.dtsi"
 #include "omap4-panda-common.dtsi"
+
+/ {
+       model = "TI OMAP4 PandaBoard";
+       compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
+};