diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-02 11:13:47 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-08-02 13:05:32 -0400 |
commit | 10b683cba5ef5cf4e0b50aabe5ed7137960b64e0 (patch) | |
tree | 3a5d8f00065b34d1a3e29642d7826ea40dd7c895 /arch | |
parent | debeaf6c2ded82bea65c1a487fb629fb0d2bb66f (diff) |
arm: mvebu: fix typo in .dtsi comment for Armada XP SoCs
The comment was wrongly referring to Armada 370 while the file is
related to Armada XP.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/armada-xp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi index e1fa7e6edfe8..71d6b5d0daf1 100644 --- a/arch/arm/boot/dts/armada-xp.dtsi +++ b/arch/arm/boot/dts/armada-xp.dtsi | |||
@@ -12,7 +12,7 @@ | |||
12 | * License version 2. This program is licensed "as is" without any | 12 | * License version 2. This program is licensed "as is" without any |
13 | * warranty of any kind, whether express or implied. | 13 | * warranty of any kind, whether express or implied. |
14 | * | 14 | * |
15 | * Contains definitions specific to the Armada 370 SoC that are not | 15 | * Contains definitions specific to the Armada XP SoC that are not |
16 | * common to all Armada SoCs. | 16 | * common to all Armada SoCs. |
17 | */ | 17 | */ |
18 | 18 | ||