]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Fix omap4 errata warning on other SoCs
authorTony Lindgren <tony@atomide.com>
Tue, 23 Jul 2019 11:37:45 +0000 (04:37 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 13 Aug 2019 10:17:46 +0000 (03:17 -0700)
commitb29e67a76957463a856a0a4c9acf49ca03f43715
tree24e84ef70d431324ef800e6faf13c76613efc846
parent0a79bfc396904e4abff605c025638f1eb686a0a0
ARM: OMAP2+: Fix omap4 errata warning on other SoCs

We have errata i688 workaround produce warnings on SoCs other than
omap4 and omap5:

omap4_sram_init:Unable to allocate sram needed to handle errata I688
omap4_sram_init:Unable to get sram pool needed to handle errata I688

This is happening because there is no ti,omap4-mpu node, or no SRAM
to configure for the other SoCs, so let's remove the warning based
on the SoC revision checks.

As nobody has complained it seems that the other SoC variants do not
need this workaround.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap4-common.c