mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +00:00
arm: mvebu: fix typo in machine name for Armada 370/XP
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
61505e117b
commit
8c4340fcfb
@ -51,7 +51,7 @@ static const char * const armada_370_xp_dt_compat[] = {
|
|||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
DT_MACHINE_START(ARMADA_XP_DT, "Marvell Aramada 370/XP (Device Tree)")
|
DT_MACHINE_START(ARMADA_XP_DT, "Marvell Armada 370/XP (Device Tree)")
|
||||||
.init_machine = armada_370_xp_dt_init,
|
.init_machine = armada_370_xp_dt_init,
|
||||||
.map_io = armada_370_xp_map_io,
|
.map_io = armada_370_xp_map_io,
|
||||||
.init_irq = armada_370_xp_init_irq,
|
.init_irq = armada_370_xp_init_irq,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user