Commit
84295f2a202b6c062ec17e148e3418af0db795f5
Exists in
v2017.01-smarct4x
and in
26 other branches
8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2017.03_4.9.11_1.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2017.03_4.9.11_1.0.0_ga, smarc-imx_v2017.03_4.9.88_2.0.0_ga, smarc-imx_v2017.03_o8.1.0_1.3.0_8m, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc-n7.1.2_2.0.0-ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0, smarc_8mq_lf_v2020.04, v2017.01-smarct3x, v2017.01-smarct3x-emmc
ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node
Update the spi-max-frequency property of m25p80 flash slave to match
that of TI QSPI controller node, so that QSPI operations happen at
maximum supported frequency of 76.8MHz.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Side-by-side Diff
... |
... |
@@ -505,7 +505,7 @@ |
505
|
505 |
spi-max-frequency = <76800000>; |
506
|
506 |
m25p80@0 { |
507
|
507 |
compatible = "s25fl256s1","spi-flash"; |
508
|
|
- spi-max-frequency = <64000000>; |
|
508 |
+ spi-max-frequency = <76800000>; |
509
|
509 |
reg = <0>; |
510
|
510 |
spi-tx-bus-width = <1>; |
511
|
511 |
spi-rx-bus-width = <4>; |
... |
... |
@@ -441,7 +441,7 @@ |
441
|
441 |
spi-max-frequency = <76800000>; |
442
|
442 |
m25p80@0 { |
443
|
443 |
compatible = "s25fl256s1", "spi-flash"; |
444
|
|
- spi-max-frequency = <64000000>; |
|
444 |
+ spi-max-frequency = <76800000>; |
445
|
445 |
reg = <0>; |
446
|
446 |
spi-tx-bus-width = <1>; |
447
|
447 |
spi-rx-bus-width = <4>; |