From: Javier Martinez Canillas Date: Wed, 27 Feb 2013 01:30:51 +0000 (+0100) Subject: ARM: dts: OMAP3: reduce GPMC mapped registers address space X-Git-Tag: omap-for-v3.10/dt-signed-v2~1^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41644e75c5daef04f6849037c5abb98fe949769f;p=pandora-kernel.git ARM: dts: OMAP3: reduce GPMC mapped registers address space Currently the OMAP General-Purpose Memory Controller (GPMC) device node maps 16 MB of address space for its hardware registers. This is because the OMAP Technical Reference Manual says that the GPMC module register address space size is 16 MB. But in practice the maximum address offset used by a GPMC register is 0x02d0. So, there is no need to map such a big address space for GPMC regs. This change was suggested by Jon Hunter [1]. [1]: https://patchwork.kernel.org/patch/2057111/ Signed-off-by: Javier Martinez Canillas Acked-by: Jon Hunter Signed-off-by: Benoit Cousson --- Reading git-diff-tree failed