diff options
| author | Marek Vasut <[email protected]> | 2025-03-16 14:51:41 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-03-16 14:56:16 +0100 |
| commit | da7662f6bb02806690dac6b25a6e582ed21254d0 (patch) | |
| tree | 49d49fc106c9cf8b85ef3520c93c6795b9cbe9a7 /scripts/checkpatch.pl | |
| parent | 9a106f15fac20790c272023845ec10e46281bef2 (diff) | |
ram: renesas: dbsc5: Fix DBTR11 calculation
Reinstate missing increment by two in DBTR11 calculation based
on the original DBSC5 initialization code rev.0.80. The original
code did ... ODTLon - (js2[JS2_tODTon_min] - 1) + 1 , which was
incorrectly converted into ODTLon - js2[JS2_tODTon_min], but
should have been converted to ODTLon - js2[JS2_tODTon_min] + 2.
Add the missing +2 .
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
