Skip to content

Commit 8a8c13a

Browse files
committed
ARM: dts: sam9x60ek: Use quad mode in the spi-nor flash
Both the QSPI controller and the sst26vf064b flash support quad mode, enable it. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 006b5b5 commit 8a8c13a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@
610610
compatible = "jedec,spi-nor";
611611
reg = <0>;
612612
spi-max-frequency = <80000000>;
613+
spi-tx-bus-width = <4>;
614+
spi-rx-bus-width = <4>;
613615
m25p,fast-read;
614616

615617
at91bootstrap@0 {

0 commit comments

Comments
 (0)