ARM: dts: dra7-evm: Remove the wrong and undocumented compatible
authorRajendra Nayak <rnayak@ti.com>
Tue, 29 Apr 2014 11:05:09 +0000 (16:35 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 6 May 2014 17:20:14 +0000 (10:20 -0700)
"ti,dra752" is neither documented nor correct, since the device is actually a
dra742 device as rightly documented in dt bindings.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-evm.dts

index 5babba0a3a75c57c188b184464e2eb71982d6a94..78074291fdca344bfd23127889cdc25384b9ac9a 100644 (file)
@@ -11,7 +11,7 @@
 
 / {
        model = "TI DRA7";
-       compatible = "ti,dra7-evm", "ti,dra752", "ti,dra7";
+       compatible = "ti,dra7-evm", "ti,dra7";
 
        memory {
                device_type = "memory";