Commit 4c20ee99 authored by Pratyush Yadav's avatar Pratyush Yadav Committed by Nishanth Menon

arm64: dts: ti: k3-j721e-som-p0: Enable 8D-8D-8D mode on OSPI

Set the Tx bus width to 8 so 8D-8D-8D mode can be selected. Change the
frequency to 25 MHz. This is the frequency that the flash has been
successfully tested with in Octal DTR mode. The total performance should
still increase since 8D-8D-8D mode should be at least twice as fast as
1S-1S-8S mode.
Signed-off-by: default avatarPratyush Yadav <p.yadav@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20210305153926.3479-2-p.yadav@ti.com
parent eb8f6194
...@@ -174,9 +174,9 @@ &ospi0 { ...@@ -174,9 +174,9 @@ &ospi0 {
flash@0{ flash@0{
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
reg = <0x0>; reg = <0x0>;
spi-tx-bus-width = <1>; spi-tx-bus-width = <8>;
spi-rx-bus-width = <8>; spi-rx-bus-width = <8>;
spi-max-frequency = <40000000>; spi-max-frequency = <25000000>;
cdns,tshsl-ns = <60>; cdns,tshsl-ns = <60>;
cdns,tsd2d-ns = <60>; cdns,tsd2d-ns = <60>;
cdns,tchsh-ns = <60>; cdns,tchsh-ns = <60>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment