ARM: at91/trivial: fix model name for SAM9G15-EK

Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org> # 3.8+
This commit is contained in:
Nicolas Ferre 2013-02-20 17:32:20 +01:00
parent 2a5a461f17
commit 88fcb59a06
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
/include/ "at91sam9x5ek.dtsi"
/ {
model = "Atmel AT91SAM9G25-EK";
model = "Atmel AT91SAM9G15-EK";
compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
};