]> git.dujemihanovic.xyz Git - u-boot.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)
commit9981a8009e17fd51b74a4a58ba436998ebbf81ed
treed7aff2d59a8550c15982b3b57bfccb22eb1c93cd
parentf8c9660bfe17100a27ca4cf28f957a25cb420255
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