]> git.sur5r.net Git - u-boot/commit
regmap: use fdt address translation
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 13 Feb 2017 15:17:48 +0000 (16:17 +0100)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:38:07 +0000 (07:38 +0200)
commit5c8ef359804536e57eb2fff7fd5035ea74a4c40e
tree03217671a0abc87b66f81dc6ffebd1eda0b59f2a
parentd666558042a0272de3f38607ce15088e0d4c88b0
regmap: use fdt address translation

In the DTS, the addresses are defined relative to the parent bus. We need
to translate them to get the address as seen by the CPU core.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/core/regmap.c