Skip to content

Commit 5011adb

Browse files
committed
pistachio_marduk.dts: spi: enable quad mode
Enable the newly implemented spi quad mode. See change 79830c2. Signed-off-by: Ian Pozella <[email protected]>
1 parent 22c2871 commit 5011adb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/mips/dts/pistachio_marduk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
reg = <1>;
5959
spi-max-frequency = <50000000>;
6060
nand-on-flash-bbt;
61+
spi-rx-bus-width = <4>;
62+
spi-tx-bus-width = <4>;
6163
#address-cells = <1>;
6264
#size-cells = <1>;
6365
};

0 commit comments

Comments
 (0)