Merge pull request #431 from BU-Automation/topic/AUn/revert-mram-optimize-timings

Revert "arm: dts: pfc-750-84xx-wosm: mram: optimize timings"
This commit is contained in:
Andrej UNRAU
2026-05-12 12:09:36 +02:00
committed by GitHub Enterprise
@@ -208,10 +208,10 @@
cdns,read-delay = <5>;
/* Tighten timings for 200 MHz (T=5ns) */
cdns,tshsl-ns = <30>; /* CS# high pulse width */
cdns,tsd2d-ns = <30>; /* Delay between back-to-back transfers */
cdns,tchsh-ns = <10>; /* CS# hold time */
cdns,tslch-ns = <10>; /* CS# setup time */
cdns,tshsl-ns = <200>; /* CS# high pulse width (increased for stability) */
cdns,tsd2d-ns = <200>; /* Delay between back-to-back transfers */
cdns,tchsh-ns = <3>; /* CS# hold time */
cdns,tslch-ns = <3>; /* CS# setup time */
spi-rx-bus-width = <8>;
spi-tx-bus-width = <8>;