Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a5a461f authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

ARM: at91/trivial: typos in compatible property



- 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>
Cc: stable <stable@vger.kernel.org> # 3.8+
parent b909c6c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "Atmel AT91SAM9G15 SoC";
	model = "Atmel AT91SAM9G15 SoC";
	compatible = "atmel, at91sam9g15, atmel,at91sam9x5";
	compatible = "atmel,at91sam9g15", "atmel,at91sam9x5";


	ahb {
	ahb {
		apb {
		apb {
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "Atmel AT91SAM9G25 SoC";
	model = "Atmel AT91SAM9G25 SoC";
	compatible = "atmel, at91sam9g25, atmel,at91sam9x5";
	compatible = "atmel,at91sam9g25", "atmel,at91sam9x5";


	ahb {
	ahb {
		apb {
		apb {
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "Atmel AT91SAM9G35 SoC";
	model = "Atmel AT91SAM9G35 SoC";
	compatible = "atmel, at91sam9g35, atmel,at91sam9x5";
	compatible = "atmel,at91sam9g35", "atmel,at91sam9x5";


	ahb {
	ahb {
		apb {
		apb {
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "Atmel AT91SAM9X25 SoC";
	model = "Atmel AT91SAM9X25 SoC";
	compatible = "atmel, at91sam9x25, atmel,at91sam9x5";
	compatible = "atmel,at91sam9x25", "atmel,at91sam9x5";


	ahb {
	ahb {
		apb {
		apb {
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "Atmel AT91SAM9X35 SoC";
	model = "Atmel AT91SAM9X35 SoC";
	compatible = "atmel, at91sam9x35, atmel,at91sam9x5";
	compatible = "atmel,at91sam9x35", "atmel,at91sam9x5";


	ahb {
	ahb {
		apb {
		apb {