]> git.ipfire.org Git - people/ms/u-boot.git/commit
regmap: use fdt address translation
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 13 Feb 2017 15:17:48 +0000 (16:17 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Mar 2017 13:27:19 +0000 (07:27 -0600)
commit1804044f30872075ee1996631caa18b617f3c718
tree03217671a0abc87b66f81dc6ffebd1eda0b59f2a
parentb0d9512ab0f1b2c3f56346bf14b0978d45477ad2
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