Skip to content

Commit 5202f4c

Browse files
robimarkogclement
authored andcommitted
arm64: dts: marvell: espressobin-ultra: fix SPI-NOR config
SPI config for the SPI-NOR is incorrect and completely breaking reading/writing to the onboard SPI-NOR. SPI-NOR is connected in the single(x1) IO mode and not in the quad (x4) mode. Also, there is no need to override the max frequency from the DTSI as the mx25u3235f that is used supports 104Mhz. Fixes: 3404fe1 ("arm64: dts: marvell: add DT for ESPRESSObin-Ultra") Signed-off-by: Robert Marko <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent e4fde76 commit 5202f4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@
7171

7272
&spi0 {
7373
flash@0 {
74-
spi-max-frequency = <108000000>;
75-
spi-rx-bus-width = <4>;
76-
spi-tx-bus-width = <4>;
77-
7874
partitions {
7975
compatible = "fixed-partitions";
8076
#address-cells = <1>;

0 commit comments

Comments
 (0)