Skip to content

Commit

Permalink
ARM: dts: dra7-evm: Remove the wrong and undocumented compatible
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Rajendra Nayak authored and Tony Lindgren committed May 6, 2014
1 parent 2a1a504 commit a31451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/dra7-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a31451c

Please sign in to comment.