diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-21 21:01:42 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-26 15:27:34 +0400 |
commit | 2a5a461f179509142c661d79f878855798b85201 (patch) | |
tree | d2f35b6086242e414a95972852f2b0b5a1801cf0 /arch/arm/boot/dts/at91sam9g15.dtsi | |
parent | b909c6c944626e91d4e85254f6989464de6ea863 (diff) | |
download | linux-2a5a461f179509142c661d79f878855798b85201.tar.xz |
ARM: at91/trivial: typos in compatible property
- unneeded whitespace
- missing double quote
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+
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g15.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g15.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9g15.dtsi b/arch/arm/boot/dts/at91sam9g15.dtsi index fbe7a7089c2a..28467fd6bf96 100644 --- a/arch/arm/boot/dts/at91sam9g15.dtsi +++ b/arch/arm/boot/dts/at91sam9g15.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9G15 SoC"; - compatible = "atmel, at91sam9g15, atmel,at91sam9x5"; + compatible = "atmel,at91sam9g15", "atmel,at91sam9x5"; ahb { apb { |