]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: msm_sdhci: fix vendor_spec_cap0 registers
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 12 Apr 2024 18:10:21 +0000 (20:10 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:13 +0000 (13:29 +0200)
commit0bfbd404efa8adee75e6d7fe5a8d70db98a7f4d5
tree34072ae0c7840c78f2ea02c31e34f2e4299e0c0e
parent97666ed019ff3c4c7b8c1c95c8856e8756de39b8
mmc: msm_sdhci: fix vendor_spec_cap0 registers

The addresses were mistakenly swapped. Put them right.

Reported-by: Sumit Garg <sumit.garg@linaro.org>
Fixes: a737d8962cae ("mmc: msm_sdhci: correct vendor_spec_cap0 register for v5")
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/mmc/msm_sdhci.c