blob: 7adee7df785693ffe29fd750a72694b1e9bab2f9 [file] [log] [blame]
developer5d148cb2023-06-02 13:08:11 +08001From adcc9739e6457df20339161299cf267de9699a2e Mon Sep 17 00:00:00 2001
2From: Sam Shih <sam.shih@mediatek.com>
3Date: Fri, 2 Jun 2023 13:06:20 +0800
4Subject: [PATCH]
5 [spi-and-storage][999-2370-Modify-tick_delay-for-spi-work-safety.patch]
developer35d80ec2022-05-17 15:22:05 +08006
7---
8 drivers/spi/spi-mt65xx.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/drivers/spi/spi-mt65xx.c b/drivers/spi/spi-mt65xx.c
developer5d148cb2023-06-02 13:08:11 +080012index 7c3ee3381..83a2417a8 100644
developer35d80ec2022-05-17 15:22:05 +080013--- a/drivers/spi/spi-mt65xx.c
14+++ b/drivers/spi/spi-mt65xx.c
15@@ -195,7 +195,7 @@ static const struct mtk_spi_compatible mt8183_compat = {
16 */
17 static const struct mtk_chip_config mtk_default_chip_info = {
18 .sample_sel = 0,
19- .get_tick_dly = 1,
20+ .get_tick_dly = 2,
21 };
22
23 static const struct of_device_id mtk_spi_of_match[] = {
24--
developer5d148cb2023-06-02 13:08:11 +0800252.34.1
developer35d80ec2022-05-17 15:22:05 +080026