ARM: Kirkwood: Fix the internal register ranges translation
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Tue, 18 Jun 2013 15:31:19 +0000 (12:31 -0300)
committerJason Cooper <jason@lakedaemon.net>
Fri, 21 Jun 2013 15:38:20 +0000 (15:38 +0000)
commit01db527e657d6cf646c6e6f059ad41e7023a25e7
tree79091111d945018fd808c97ea67ce42e558766fd
parentb848f6224554afd621c92abcf7948796a214772c
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 <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood.dtsi