]> git.dujemihanovic.xyz Git - u-boot.git/commit
ufs: Allow mmio registers on the PCI bus
authorBin Meng <bmeng@tinylab.org>
Wed, 11 Oct 2023 13:15:49 +0000 (21:15 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 27 Nov 2023 21:18:59 +0000 (16:18 -0500)
commite5c19ce47c7063553b26443560179307416e26f9
tree53fed59bf5c61d003706a5585b835209c9ebb9f9
parent07a64f0a347a4befb01dbdf912f8451f30f71abc
ufs: Allow mmio registers on the PCI bus

Check if the UFS controller is on the PCI bus, and get its register
base address accordingly.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
drivers/ufs/ufs.c