]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mvebu: Fix broken SoC ID detection
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Mon, 9 Jun 2014 20:52:45 +0000 (17:52 -0300)
committerJason Cooper <jason@lakedaemon.net>
Fri, 20 Jun 2014 20:32:14 +0000 (20:32 +0000)
commitd566bd47bb060fdd82f16b57c78ad2b7f058436a
tree3f804f12d99cab7e0ad4cc343cd2ae7ef9378702
parent081ef54181a1ff0d2c7e189052277797ff8dd0dd
ARM: mvebu: Fix broken SoC ID detection

Currently the mvebu boards need to detect the SoC revision in order to apply
some quirks needed to workaround issues found on I2C and thermal controllers
present only in very early SoC.

This detection requires PCI address translation to work, so we need to
explicitly select OF_ADDRESS_PCI.

This can be considered a partial revert of the following commit, that
wrongly removed the option selection:

commit c3ba0bd4d813b1819e57e228945c4fb88d6f5a42
Author: Rob Herring <robh@kernel.org>
Date:   Tue Apr 22 14:15:52 2014 -0500

    ARM: mvebu: clean-up unneeded kconfig selects

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Link: https://lkml.kernel.org/r/1402347165-19988-1-git-send-email-ezequiel.garcia@free-electrons.com
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-mvebu/Kconfig