]> git.baikalelectronics.ru Git - uboot.git/commit
ram: sifive: Remove regmap dependency
authorBin Meng <bin.meng@windriver.com>
Tue, 15 Sep 2020 08:05:07 +0000 (16:05 +0800)
committerAndes <uboot@andestech.com>
Wed, 30 Sep 2020 00:54:38 +0000 (08:54 +0800)
commit709538c69cd837b47d8a7afe2fdabc76c2fff36e
treed7aff2d59a8550c15982b3b57bfccb22eb1c93cd
parente812ac3442db6738703f869234ab7a1125c75600
ram: sifive: Remove regmap dependency

The usage of regmap API in the SiFive RAM driver is not correct.
The reg address should be obtained via dev_read_addr_index() API.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
drivers/ram/sifive/fu540_ddr.c