diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-21 17:01:42 (GMT) |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-26 11:27:34 (GMT) |
commit | 2a5a461f179509142c661d79f878855798b85201 (patch) | |
tree | d2f35b6086242e414a95972852f2b0b5a1801cf0 /arch/arm/boot/dts/at91sam9x35.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/at91sam9x35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x35.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9x35.dtsi b/arch/arm/boot/dts/at91sam9x35.dtsi index fb102d6..ba67d83 100644 --- a/arch/arm/boot/dts/at91sam9x35.dtsi +++ b/arch/arm/boot/dts/at91sam9x35.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9X35 SoC"; - compatible = "atmel, at91sam9x35, atmel,at91sam9x5"; + compatible = "atmel,at91sam9x35", "atmel,at91sam9x5"; ahb { apb { |