Commit 3e33f340 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Greg Kroah-Hartman

ARM: at91/trivial: typos in compatible property

commit 2a5a461f upstream.

- unneeded whitespace
- missing double quote
Acked-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent af6a4923
......@@ -10,7 +10,7 @@
/ {
model = "Atmel AT91SAM9G15 SoC";
compatible = "atmel, at91sam9g15, atmel,at91sam9x5";
compatible = "atmel,at91sam9g15", "atmel,at91sam9x5";
ahb {
apb {
......
......@@ -10,7 +10,7 @@
/ {
model = "Atmel AT91SAM9G25 SoC";
compatible = "atmel, at91sam9g25, atmel,at91sam9x5";
compatible = "atmel,at91sam9g25", "atmel,at91sam9x5";
ahb {
apb {
......
......@@ -10,7 +10,7 @@
/ {
model = "Atmel AT91SAM9G35 SoC";
compatible = "atmel, at91sam9g35, atmel,at91sam9x5";
compatible = "atmel,at91sam9g35", "atmel,at91sam9x5";
ahb {
apb {
......
......@@ -10,7 +10,7 @@
/ {
model = "Atmel AT91SAM9X25 SoC";
compatible = "atmel, at91sam9x25, atmel,at91sam9x5";
compatible = "atmel,at91sam9x25", "atmel,at91sam9x5";
ahb {
apb {
......
......@@ -10,7 +10,7 @@
/ {
model = "Atmel AT91SAM9X35 SoC";
compatible = "atmel, at91sam9x35, atmel,at91sam9x5";
compatible = "atmel,at91sam9x35", "atmel,at91sam9x5";
ahb {
apb {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment