]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: msm_sdhci: correct vendor_spec_cap0 register for v5
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 9 Apr 2024 18:03:00 +0000 (20:03 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:06 +0000 (13:29 +0200)
commita535d717f51e5410fb0a9c257c2c2b5d360686c9
tree2cee8e8e2135511b60db5893a87e6feb31383ddc
parent38b505985754fa5a822bda58f278dbb5f0e4b6f8
mmc: msm_sdhci: correct vendor_spec_cap0 register for v5

The V4 and V5 controllers have quite varied register layouts. Inherit
the register offsets and naming from the Linux driver. More version
specific offsets can be inherited from Linux as needed.

Fixes: 364c22a ("mmc: msm_sdhci: Add SDCC version 5.0.0 support")
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/mmc/msm_sdhci.c