From: Thomas Petazzoni Date: Tue, 21 May 2013 10:33:26 +0000 (+0200) Subject: arm: mvebu: fix length of SATA registers area in .dtsi X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~73^2~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=911492de45ccefc2bff4b8e0fb412287ca6fe9d9;p=pandora-kernel.git arm: mvebu: fix length of SATA registers area in .dtsi The length of the registers area for the Marvell 370/XP SATA controller was incorrect in the .dtsi: 0x2400 while it should have been 0x5000. Until now, this problem wasn't noticed because there was a large static mapping for all I/Os set up by ->map_io(). But since we're going to get rid of this static mapping, we need to ensure that the register areas are properly sized. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- Reading git-diff-tree failed