diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-03-21 18:01:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-07 20:33:03 -0700 |
commit | 3e33f340b72643250afe21f8a0fc5b90f543a169 (patch) | |
tree | 937e88c41860bc4e562ee141a58902573315ba6f /arch/arm/boot/dts/at91sam9g25.dtsi | |
parent | af6a4923725c55ef6084e05c6ab7d313210bb20f (diff) |
ARM: at91/trivial: typos in compatible property
commit 2a5a461f179509142c661d79f878855798b85201 upstream.
- unneeded whitespace
- missing double quote
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g25.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g25.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9g25.dtsi b/arch/arm/boot/dts/at91sam9g25.dtsi index 05a718fb83c..5fd32df03f2 100644 --- a/arch/arm/boot/dts/at91sam9g25.dtsi +++ b/arch/arm/boot/dts/at91sam9g25.dtsi @@ -10,7 +10,7 @@ / { model = "Atmel AT91SAM9G25 SoC"; - compatible = "atmel, at91sam9g25, atmel,at91sam9x5"; + compatible = "atmel,at91sam9g25", "atmel,at91sam9x5"; ahb { apb { |