Skip to content

Commit ae1f102

Browse files
committed
HSD #15017947641-2: arm64: dts: socfpga: stratix10: Add 4-bit SPI bus width
Add spi-tx-bus-width and spi-rx-bus-width properties with value 4 to the stratix10 device tree. This update configures the SPI controller to use a 4-bit bus width for both transmission and reception, potentially improving SPI throughput and matching the hardware capabilities more closely. Signed-off-by: Fong, Yan Kei <yan.kei.fong@altera.com>
1 parent 3b36700 commit ae1f102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@
190190
cdns,tsd2d-ns = <50>;
191191
cdns,tchsh-ns = <4>;
192192
cdns,tslch-ns = <4>;
193+
spi-tx-bus-width = <4>;
194+
spi-rx-bus-width = <4>;
193195

194196
partitions {
195197
compatible = "fixed-partitions";

0 commit comments

Comments
 (0)