diff options
author | Pratyush Yadav <p.yadav@ti.com> | 2021-06-26 00:47:07 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2021-06-28 11:56:53 +0530 |
commit | bd8c8dcd4d6fb1cf726d5a267be5ec33c93f1471 (patch) | |
tree | 593746c7fd27a05997405206d3d1fa1411cb3e81 /.gitlab-ci.yml | |
parent | 5752d6ae8daacbd2678cbf9a96627dd9c83f215c (diff) | |
download | u-boot-bd8c8dcd4d6fb1cf726d5a267be5ec33c93f1471.tar.gz u-boot-bd8c8dcd4d6fb1cf726d5a267be5ec33c93f1471.tar.bz2 u-boot-bd8c8dcd4d6fb1cf726d5a267be5ec33c93f1471.zip |
spi: cadence-qspi: Do not calibrate when device tree sets read delay
If the device tree provides a read delay value, use that directly and do
not perform the calibration procedure.
This allows the device tree to over-ride the read delay value in cases
where the read delay value obtained via calibration is incorrect. One
such example is the Cypress Semper flash. It needs a read delay of 4 in
octal DTR mode. But since the calibration procedure is run before the
flash is switched in octal DTR mode, it yields a read delay of 2. A
value of 4 works for both octal DTR and legacy modes.
Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions