commit | 9981a8009e17fd51b74a4a58ba436998ebbf81ed | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue Sep 15 16:05:07 2020 +0800 |
committer | Andes <uboot@andestech.com> | Wed Sep 30 08:54:38 2020 +0800 |
tree | d7aff2d59a8550c15982b3b57bfccb22eb1c93cd | |
parent | f8c9660bfe17100a27ca4cf28f957a25cb420255 [diff] |
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>