Commit 605c620
committed
linux-iot2050: Workaround potential flash writing issue
Some issues with writing to the flash were found, particularly at high
frequencies where up to 50% of attempts would fail in certain cases.
Disabling the DAC, Direct ACcess, has proven effective in addressing
this issue. This commit uses indirect mode to mitigate the problem.
Workaround issue mentioned in PR #585 and it comes from upstream
cce2200dacd6d7e0501c3811f24f5216710968fb. Upstream has rolled back it
with 3cb2a2f7eebbb0752a834708e720a914e61841a1, ultimately the real
issue needs to be fixed.
Signed-off-by: Li Hua Qian <[email protected]>1 parent 7ba8748 commit 605c620
File tree
1 file changed
+33
-0
lines changed- recipes-kernel/linux/files/patches-6.1
1 file changed
+33
-0
lines changedLines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments