]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe
authorYang Xiwen <forbidden405@outlook.com>
Thu, 1 Feb 2024 14:05:44 +0000 (22:05 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 15 Apr 2024 07:01:48 +0000 (16:01 +0900)
commit2ea7b7a42a59ffa88817cc297655fcacb1e407cc
tree504f9eddb8e78e793b44c3cdea4f47a0af371365
parent1fa6dc2879899a42ba85d4ece617c2356d048308
mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe

The value defaults to 0 and is ignored by dw_mmc code, so the other
users are not affected.

Setting this explicitly fixes some weird reading error found on Hi3798MV200.

Fixes: 8a5dc8140e62 ("mmc: hi6220_dw_mmc: add compatible for HC2910 support")
Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/hi6220_dw_mmc.c