]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: don't abort MMDC probe if power saving status doesn't match
authorLucas Stach <l.stach@pengutronix.de>
Mon, 27 Nov 2017 12:11:39 +0000 (13:11 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:25:25 +0000 (16:25 +0800)
commitc5416bf33e51e92bf286a8aa834481b65fba2519
tree5997a5530930e06179cc05dda65d719c7252d4f4
parentea68337e28b82c07e8a30cf1ca577c275fb830c6
ARM: imx: don't abort MMDC probe if power saving status doesn't match

The power saving status bit will not signal if the MMDC is under load,
which is likely during kernel boot. There is no point in checking this
bit and aborting the probe, as there is nothing depending on power
saving being enabled, so we can trust the memory controller to enable
power saving when we allow it.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mmdc.c