mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
commit456e8d5348upstream. The following commits: commit3fa609755c("ARM: omap2: restore OMAP4 barrier behaviour") commitf746929ffd("Revert "ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688"") and commitea827ad5ff("ARM: DRA7: Provide proper IO map table") came in around the same time, unfortunately this seem to have missed initializing the barrier for DRA7 platforms - omap5_map_io was reused for dra7 till it was split out by the last patch. barrier_init needs to be hence carried forward as it is valid for DRA7 family of processors as they are for OMAP5. Fixes:ea827ad5ff("ARM: DRA7: Provide proper IO map table") Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reported-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
popcornmix
parent
cb70112d98
commit
7a48422e97
@@ -368,6 +368,7 @@ void __init omap5_map_io(void)
|
|||||||
void __init dra7xx_map_io(void)
|
void __init dra7xx_map_io(void)
|
||||||
{
|
{
|
||||||
iotable_init(dra7xx_io_desc, ARRAY_SIZE(dra7xx_io_desc));
|
iotable_init(dra7xx_io_desc, ARRAY_SIZE(dra7xx_io_desc));
|
||||||
|
omap_barriers_init();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user