From: Ezequiel Garcia Date: Tue, 18 Jun 2013 15:31:19 +0000 (-0300) Subject: ARM: Kirkwood: Fix the internal register ranges translation X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~69^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01db527e657d6cf646c6e6f059ad41e7023a25e7;p=pandora-kernel.git ARM: Kirkwood: Fix the internal register ranges translation Although the internal register window size is 1 MiB, the previous ranges translation for the internal register space had a size of 0x4000000. This was done to allow the crypto and nand node to access the corresponding 'sram' and 'nand' decoding windows. In order to describe the hardware more accurately, we declare the real 1 MiB internal register space in the ranges, and add a translation entry for the nand node to access the 'nand' window. This commit will make future improvements on the MBus DT binding easier. Signed-off-by: Ezequiel Garcia Signed-off-by: Jason Cooper --- Reading git-diff-tree failed